aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-17 21:20:21 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-17 21:20:21 +0000
commit2e681715d677449e633b64e4fb3f8f1ac0184fd4 (patch)
treecd25ff5583aa5901b43c9f4ac595b7447da6bce3 /gcc/libgcc2.c
parentc6d010797f94f33e5c012334096bcff30ed83b04 (diff)
downloadgcc-2e681715d677449e633b64e4fb3f8f1ac0184fd4.zip
gcc-2e681715d677449e633b64e4fb3f8f1ac0184fd4.tar.gz
gcc-2e681715d677449e633b64e4fb3f8f1ac0184fd4.tar.bz2
* libgcc2.c, tree-vect-analyze.c: Fix comment typos.
From-SVN: r95196
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 9bdb1c7..1109c5c 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -1287,7 +1287,7 @@ __fixunssfDI (SFtype a)
{
/* Since we know that there are fewer significant bits in the SFmode
quantity than in a word, we know that we can convert out all the
- signficant bits in one step, and thus avoid losing bits. */
+ significant bits in one step, and thus avoid losing bits. */
/* ??? This following loop essentially performs frexpf. If we could
use the real libm function, or poke at the actual bits of the fp