Grammar tweak.
authorJim Grosbach <grosbach@apple.com>
Mon, 18 Oct 2010 16:38:50 +0000 (16:38 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 18 Oct 2010 16:38:50 +0000 (16:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116712 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMBaseRegisterInfo.cpp

index d691b2c8c12c0cfeb4f07e8d1ff0ce3ec6878b2e..51e62a02b3ce5cad9c9b89f443035981454445c8 100644 (file)
@@ -826,7 +826,7 @@ ARMBaseRegisterInfo::processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
     }
 
     // If stack and double are 8-byte aligned and we are spilling an odd number
-    // of GPRs. Spill one extra callee save GPR so we won't have to pad between
+    // of GPRs, spill one extra callee save GPR so we won't have to pad between
     // the integer and double callee save areas.
     unsigned TargetAlign = MF.getTarget().getFrameInfo()->getStackAlignment();
     if (TargetAlign == 8 && (NumGPRSpills & 1)) {