Grammar.
authorEric Christopher <echristo@apple.com>
Tue, 20 Jul 2010 06:56:13 +0000 (06:56 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 20 Jul 2010 06:56:13 +0000 (06:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108814 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 3fe1bb1963c7ad8984768eb6f6881bbefd0b8191..cb7297c5b7d28b50c2cc926ed1cb039e6b82fe8c 100644 (file)
@@ -610,7 +610,7 @@ public:
   /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
   /// call frame pseudo ops before doing frame index elimination. This is
   /// possible only when frame index references between the pseudos won't
-  /// need adjusted for the call frame adjustments. Normally, that's true
+  /// need adjusting for the call frame adjustments. Normally, that's true
   /// if the function has a reserved call frame or a frame pointer. Some
   /// targets (Thumb2, for example) may have more complicated criteria,
   /// however, and can override this behavior.