* treelang.texi: Fix a typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 27 Feb 2005 13:55:32 +0000 (13:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 27 Feb 2005 13:55:32 +0000 (13:55 +0000)
From-SVN: r95611

gcc/treelang/ChangeLog
gcc/treelang/treelang.texi

index eb5c55da45182e628b8398c7e012b270fdde8846..17f1076fcee1772f266f6afbd980b96520d4d3bb 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * treelang.texi: Fix a typo.
+
 2005-02-26  James A. Morrison  <phython@gcc.gnu.org>
 
        * parse.y (function_invocation, variable-ref, make_plus_expression):
index 09d93d45ba59b4d9a4dc7f727f264918ee6fad04..b25e15cc44919fe34e5e56b276e28c57c6c6d56d 100644 (file)
@@ -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.