* libgcc2.c, tree-vect-analyze.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 17 Feb 2005 21:20:21 +0000 (21:20 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 17 Feb 2005 21:20:21 +0000 (21:20 +0000)
From-SVN: r95196

gcc/ChangeLog
gcc/libgcc2.c
gcc/tree-vect-analyze.c

index 86723f9..a85b509 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * libgcc2.c, tree-vect-analyze.c: Fix comment typos.
+
 2005-02-17  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        * builtins.c (expand_builtin_return_addr): Remove tem parameter.
index 9bdb1c7..1109c5c 100644 (file)
@@ -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
index 5caf832..7071199 100644 (file)
@@ -1,4 +1,4 @@
-/* Anlaysis Utilities for Loop Vectorization.
+/* Analysis Utilities for Loop Vectorization.
    Copyright (C) 2003,2004,2005 Free Software Foundation, Inc.
    Contributed by Dorit Naishlos <dorit@il.ibm.com>