From 20dd417af30c7acc30f73bad9adf49073e48e6af Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 9 Oct 2001 06:03:16 +0000 Subject: * c-common.c: Fix comment typos. * cfgrtl.c: Likewise. * collect2.c: Likewise. * cpplex.c: Likewise. * doloop.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * global.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * protoize.c: Likewise. * regclass.c: Likewise. * reorg.c: Likewise. * rtl.h: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * doc/cpp.texi: Likewise. * doc/c-tree.texi: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. * doc/objc.texi: Likewise. * doc/tm.texi: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46114 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/expr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/expr.c') diff --git a/gcc/expr.c b/gcc/expr.c index 130b3e1195d..a62010390b7 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -2683,7 +2683,7 @@ clear_storage (object, size, align) /* We need to make an argument list for the function call. memset has three arguments, the first is a void * addresses, the - second a integer with the initialization value, the last is a + second an integer with the initialization value, the last is a size_t byte count for the copy. */ arg_list = build_tree_list (NULL_TREE, @@ -3125,7 +3125,7 @@ push_block (size, extra, below) } -/* Return an rtx for the address of the beginning of a as-if-it-was-pushed +/* Return an rtx for the address of the beginning of an as-if-it-was-pushed block of SIZE bytes. */ static rtx @@ -5836,7 +5836,7 @@ safe_from_p (x, exp, top_p) return safe_from_p (x, TREE_OPERAND (exp, 1), 0); case METHOD_CALL_EXPR: - /* This takes a rtx argument, but shouldn't appear here. */ + /* This takes an rtx argument, but shouldn't appear here. */ abort (); default: -- cgit v1.2.3