diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-23 14:23:26 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-23 14:23:26 +0000 |
| commit | f689eec7480f4da93109270005f9b81b8a212fe1 (patch) | |
| tree | fdcdd9e1a77b0c47888961d25df14ed4867017ee /gcc/varasm.c | |
| parent | c419af1d42d9d6882d61854c7c4744bf7691679c (diff) | |
| download | ppe42-gcc-f689eec7480f4da93109270005f9b81b8a212fe1.tar.gz ppe42-gcc-f689eec7480f4da93109270005f9b81b8a212fe1.zip | |
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98613 138bc75d-0d04-0410-961f-82ee72b054a4
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 a3aa44aa0b7..35052a59647 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(()) { |

