Fix comments per Duncan's review.
authorEli Friedman <eli.friedman@gmail.com>
Sat, 7 May 2011 19:23:14 +0000 (19:23 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 7 May 2011 19:23:14 +0000 (19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131055 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 218431201b059ae27461dffea5aaa5ca028c4718..25b726ba41b7e216dc301d615a762a0483ab8fca 100644 (file)
@@ -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;