OSDN Git Service

typo
authorClement Courbet <courbet@google.com>
Fri, 21 Apr 2017 09:21:05 +0000 (09:21 +0000)
committerClement Courbet <courbet@google.com>
Fri, 21 Apr 2017 09:21:05 +0000 (09:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300963 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index c6ded68..d2f650c 100644 (file)
@@ -275,7 +275,7 @@ def FeatureFastSHLDRotate
 
 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka
 // "string operations"). See "REP String Enhancement" in the Intel Software
-// Development Manual. This feature essentially meanis that REP MOVSB will copy
+// Development Manual. This feature essentially means that REP MOVSB will copy
 // using the largest available size instead of copying bytes one by one, making
 // it at least as fast as REPMOVS{W,D,Q}.
 def FeatureERMSB