[patch] treelang.texi: Fix a typo.

Kazu Hirata kazu@cs.umass.edu
Sun Feb 27 19:14:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

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

	* treelang.texi: Fix a typo.

Index: treelang.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/treelang/treelang.texi,v
retrieving revision 1.16
diff -u -d -p -r1.16 treelang.texi
--- treelang.texi	26 Feb 2005 14:10:11 -0000	1.16
+++ treelang.texi	27 Feb 2005 13:53:26 -0000
@@ -711,7 +711,7 @@ the programmer's intention.)
 @cindex questionable instructions
 @item
 There are a few warnings in treelang.  For example an unused static function
-generate a warnings when -Wunused-function is specified, similarily an unused
+generate a warnings when -Wunused-function is specified, similarly an unused
 static variable generates a warning when -Wunused-variable are specified.
 The only treelang specific warning is a warning when an expression is in a
 return statement for functions that return void.



More information about the Gcc-patches mailing list