[incremental] Patch: FYI: fix typo

Tom Tromey tromey@redhat.com
Fri Jan 18 23:22:00 GMT 2008


I'm checking this in on the incremental-compiler branch.

This fixes a typo I noticed.

Tom

ChangeLog:
2008-01-18  Tom Tromey  <tromey@redhat.com>

	* c-decl.c (c_write_global_declarations_2): Fix typo.

Index: c-decl.c
===================================================================
--- c-decl.c	(revision 131551)
+++ c-decl.c	(working copy)
@@ -8133,8 +8133,8 @@
     check_global_declaration_1 (decl);
 }
 
-/* A subroutine of c_write_global_declarations Emit debug information for each
-   of the declarations in GLOBALS.  */
+/* A subroutine of c_write_global_declarations.  Emit debug
+   information for each of the declarations in GLOBALS.  */
 
 static void
 c_write_global_declarations_2 (tree globals)



More information about the Gcc-patches mailing list