[patch] gcc/*.c: Fix comment typos.

Kazu Hirata kazu@cs.umass.edu
Fri Feb 18 14:51:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

2005-02-17  Kazu Hirata  <kazu@cs.umass.edu>

	* libgcc2.c, tree-vect-analyze.c: Fix comment typos.

Index: libgcc2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/libgcc2.c,v
retrieving revision 1.184
diff -u -d -p -r1.184 libgcc2.c
--- libgcc2.c	16 Feb 2005 22:55:32 -0000	1.184
+++ libgcc2.c	17 Feb 2005 21:16:59 -0000
@@ -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: tree-vect-analyze.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-vect-analyze.c,v
retrieving revision 2.2
diff -u -d -p -r2.2 tree-vect-analyze.c
--- tree-vect-analyze.c	17 Feb 2005 11:19:10 -0000	2.2
+++ tree-vect-analyze.c	17 Feb 2005 21:17:01 -0000
@@ -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>
 



More information about the Gcc-patches mailing list