diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-23 14:23:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-23 14:23:26 +0000 |
commit | 04c7ae4807b90167fd2f11ba381f323e4e7b8708 (patch) | |
tree | fdcdd9e1a77b0c47888961d25df14ed4867017ee /gcc/final.c | |
parent | 2a186d97aa308f41d3a6bd776fede5e8916789b8 (diff) | |
download | gcc-04c7ae4807b90167fd2f11ba381f323e4e7b8708.tar.gz |
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
From-SVN: r98613
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 598992ce6e8..50962840d37 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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); |