* final.c, ipa-inline.c, varasm.c: Fix comment typos.

From-SVN: r98613
This commit is contained in:
Kazu Hirata 2005-04-23 14:23:26 +00:00 committed by Kazu Hirata
parent 2a186d97aa
commit 04c7ae4807
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
2005-04-23 Hans-Peter Nilsson <hp@axis.com>
* config.gcc <cris-*>: Specify .opt files.

View File

@ -3135,7 +3135,7 @@ output_operand (rtx x, int code ATTRIBUTE_UNUSED)
if (x && GET_CODE (x) == SUBREG)
x = alter_subreg (&x);
/* X must not be a psuedo reg. */
/* X must not be a pseudo reg. */
gcc_assert (!x || !REG_P (x) || REGNO (x) < FIRST_PSEUDO_REGISTER);
PRINT_OPERAND (asm_out_file, x, code);

View File

@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
cgraph_mark_inline implementation
This function allow to mark given call inline and performs neccesary
This function allow to mark given call inline and performs necessary
modifications of cgraph (production of the clones and updating overall
statistics)

View File

@ -2259,7 +2259,7 @@ assemble_real (REAL_VALUE_TYPE d, enum machine_mode mode, unsigned int align)
/* Given an expression EXP with a constant value,
reduce it to the sum of an assembler symbol and an integer.
Store them both in the structure *VALUE.
EXP must be reduceable. */
EXP must be reducible. */
struct addr_const GTY(())
{