summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-07 19:23:14 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-07 19:23:14 +0000
commitaec038fa8418d21755e22ff749969bddd4428da9 (patch)
tree2c004f9a024a9a38795e741662a0c1da0331d2c7 /include
parent5d23b42e69afe4d8a04477e9a40928c9f98af858 (diff)
downloadllvm-aec038fa8418d21755e22ff749969bddd4428da9.tar.gz
llvm-aec038fa8418d21755e22ff749969bddd4428da9.tar.bz2
llvm-aec038fa8418d21755e22ff749969bddd4428da9.tar.xz
Fix comments per Duncan's review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetLowering.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index 218431201b..25b726ba41 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -1182,7 +1182,7 @@ protected:
}
/// setPrefFunctionAlignment - Set the target's preferred function alignment.
- /// This should be set if there is a small performance benefit to
+ /// This should be set if there is a performance benefit to
/// higher-than-minimum alignment
void setPrefFunctionAlignment(unsigned Align) {
PrefFunctionAlignment = Align;
@@ -1728,12 +1728,12 @@ private:
///
unsigned MinFunctionAlignment;
- /// PrefFunctionAlignment - The perferred function alignment (used when
+ /// PrefFunctionAlignment - The preferred function alignment (used when
/// alignment unspecified and optimizing for speed).
///
unsigned PrefFunctionAlignment;
- /// PrefLoopAlignment - The perferred loop alignment.
+ /// PrefLoopAlignment - The preferred loop alignment.
///
unsigned PrefLoopAlignment;