*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index 036d1b6217540ce20986e82071bb8b29e8b2b34c..1a67849df09fea33714991648e3ebc55228a2d49 100644 (file)
@@ -1296,7 +1296,7 @@ i386_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
         multiple of [32-bit] words.  This may require tail padding,
         depending on the size of the argument."
 
-        This makes sure the stack says word-aligned.  */
+        This makes sure the stack stays word-aligned.  */
       sp -= (len + 3) & ~3;
       write_memory (sp, value_contents_all (args[i]), len);
     }
This page took 0.023605 seconds and 4 git commands to generate.