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/varasm.c | |
parent | 2a186d97aa308f41d3a6bd776fede5e8916789b8 (diff) | |
download | gcc-04c7ae4807b90167fd2f11ba381f323e4e7b8708.zip gcc-04c7ae4807b90167fd2f11ba381f323e4e7b8708.tar.gz gcc-04c7ae4807b90167fd2f11ba381f323e4e7b8708.tar.bz2 |
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
From-SVN: r98613
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index a3aa44a..35052a5 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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(()) { |