diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-29 04:46:24 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-29 04:46:24 +0000 |
commit | 26ac986ec95a37e2f8f6f8dff75e77179cf4e590 (patch) | |
tree | 1a9bc3b909bdeaf4d1ed15c0590738c11c0d3e2e /gcc/real.c | |
parent | 34711d8e378f922fd4d301c199e36735e0c1baa4 (diff) | |
download | gcc-26ac986ec95a37e2f8f6f8dff75e77179cf4e590.tar.gz |
* config/darwin.c, config/darwin.opt, config/ia64/itanium1.md,
config/ia64/itanium2.md, real.c, tree-ssa-structalias.c: Fix
comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c index 68cb71ba843..8c263e0097b 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -4923,7 +4923,7 @@ real_copysign (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *x) } /* Convert from REAL_VALUE_TYPE to MPFR. The caller is responsible - for initializing and clearing the MPFR parmeter. */ + for initializing and clearing the MPFR parameter. */ void mpfr_from_real (mpfr_ptr m, const REAL_VALUE_TYPE *r) |