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]
Other format: [Raw text]

top-level Makefile.tpl patch


This patch has been hanging around in my tree for ages.  It corrects a
breach of the GCC spelling guidelines.  :-)

Committed as obvious.  I'll make sure it ends up in src, too.

Ben


2007-06-07  Ben Elliston  <bje@au.ibm.com>

        * Makefile.tpl: Fix spelling error.
        * Makefile.in: Regenerate.

Index: Makefile.tpl
===================================================================
--- Makefile.tpl        (revision 125506)
+++ Makefile.tpl        (working copy)
@@ -1267,7 +1267,7 @@ stage[+id+]-end:: [+ FOR host_modules +]
        fi
        rm -f stage_current
 
-# Bubble a bugfix through all the stages up to stage [+id+].  They are
+# Bubble a bug fix through all the stages up to stage [+id+].  They are
 # remade, but not reconfigured.  The next stage (if any) will not be
 # reconfigured as well.
 .PHONY: stage[+id+]-bubble



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