Reword a comment slightly.
authorEric Christopher <echristo@apple.com>
Mon, 3 May 2010 22:18:49 +0000 (22:18 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 3 May 2010 22:18:49 +0000 (22:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102966 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PrologEpilogInserter.cpp

index 16bf6ea765f6b7d50a761888b343ce3e6e633698..a454b627afd0546161658419db5034cee722b146 100644 (file)
@@ -510,7 +510,7 @@ void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) {
   // callee saved registers.
   if (StackGrowsDown) {
     for (unsigned i = MinCSFrameIndex; i <= MaxCSFrameIndex; ++i) {
-      // If stack grows down, we need to add size of find the lowest
+      // If the stack grows down, we need to add the size to find the lowest
       // address of the object.
       Offset += MFI->getObjectSize(i);