summaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-31 03:33:23 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-31 03:33:23 +0000
commitdc537795476346b88f6849dda4adf183150bdb0f (patch)
tree1b3cabaf3ea8b1e02baf49447b8c0b1223a9ff46 /gcc/expr.c
parenta857a7d4c5ac75a4bd7a74f6d15d1a72dffc2b5d (diff)
downloadgcc-dc537795476346b88f6849dda4adf183150bdb0f.tar.gz
* calls.c (load_register_parameters): Fix comment typo.
* expr.c (emit_push_insn): Comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103656 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 6cfe2d11746..b15283a7c8e 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -3615,7 +3615,7 @@ emit_push_insn (rtx x, enum machine_mode mode, tree type, rtx size,
offset = 0;
/* Now NOT_STACK gets the number of words that we don't need to
- allocate on the stack. Convert OFFSET to words too. */
+ allocate on the stack. Convert OFFSET to words too. */
not_stack = (partial - offset) / UNITS_PER_WORD;
offset /= UNITS_PER_WORD;