Rewrite comment in English.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 7 Jul 2011 19:09:06 +0000 (19:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 7 Jul 2011 19:09:06 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134627 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMSubtarget.h

index d22b6eb6b2436b82635f3bcabaa7ab9df03eb5d6..c6508723a5768d025633af39ac735e929ff6490c 100644 (file)
@@ -67,7 +67,7 @@ protected:
   /// SlowFPBrcc - True if floating point compare + branch is slow.
   bool SlowFPBrcc;
 
-  /// InThumbMode - True if we are in thumb mode, false if in ARM mode.
+  /// InThumbMode - True if compiling for Thumb, false for ARM.
   bool InThumbMode;
 
   /// HasThumb2 - True if Thumb2 instructions are supported.