fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 27 Jul 2015 23:43:09 +0000 (23:43 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 27 Jul 2015 23:43:09 +0000 (23:43 +0000)
llvm-svn: 243351

llvm/include/llvm/Target/TargetLowering.h

index 4412d9b..c72e7ae 100644 (file)
@@ -1993,7 +1993,7 @@ protected:
   unsigned MaxStoresPerMemmove;
 
   /// Maximum number of store instructions that may be substituted for a call to
-  /// memmove, used for functions with OpSize attribute.
+  /// memmove, used for functions with OptSize attribute.
   unsigned MaxStoresPerMemmoveOptSize;
 
   /// Tells the code generator that select is more expensive than a branch if