OSDN Git Service

* treelang.texi: Fix a typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2005 13:55:32 +0000 (13:55 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2005 13:55:32 +0000 (13:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95611 138bc75d-0d04-0410-961f-82ee72b054a4

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

index eb5c55d..17f1076 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 09d93d4..b25e15c 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.