This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[committed patch] Fix comment typos.


Hi,

I comitted the attached obvious patch to both the branch and the
mainline.  The change for i386.c was made to the mainline only as it
was not applicable to the branch.

Kazu Hirata

Index: calls.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/calls.c,v
retrieving revision 1.185
diff -u -r1.185 calls.c
--- calls.c	2001/05/05 01:30:51	1.185
+++ calls.c	2001/07/11 01:02:54
@@ -3462,7 +3462,7 @@
 
 /* Output a library call to function FUN (a SYMBOL_REF rtx).
    The RETVAL parameter specifies whether return value needs to be saved, other
-   parameters are documented in the emit_library_call function bellow.  */
+   parameters are documented in the emit_library_call function below.  */
 static rtx
 emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p)
      int retval;
Index: dwarf2out.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/dwarf2out.c,v
retrieving revision 1.285
diff -u -r1.285 dwarf2out.c
--- dwarf2out.c	2001/07/10 18:44:33	1.285
+++ dwarf2out.c	2001/07/11 01:02:59
@@ -7455,7 +7455,7 @@
 
     case PRE_MODIFY:
       /* Extract the PLUS expression nested inside and fall into
-         PLUS code bellow.  */
+         PLUS code below.  */
       rtl = XEXP (rtl, 1);
       goto plus;
 
Index: config/i386/i386.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.c,v
retrieving revision 1.282
diff -u -r1.282 i386.c
--- i386.c	2001/07/10 06:18:34	1.282
+++ i386.c	2001/07/11 01:03:03
@@ -7405,7 +7405,7 @@
     }
 }
 
-/* Helper function for the string operations bellow.  Dest VARIABLE whether
+/* Helper function for the string operations below.  Dest VARIABLE whether
    it is aligned to VALUE bytes.  If true, jump to the label.  */
 static rtx
 ix86_expand_aligntest (variable, value)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]