From: Kazu Hirata Date: Sun, 27 Feb 2005 13:55:32 +0000 (+0000) Subject: * treelang.texi: Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac5c8be21e3b5fc0f224b86de1f7a508295b9e41;p=gcc.git * treelang.texi: Fix a typo. From-SVN: r95611 --- diff --git a/gcc/treelang/ChangeLog b/gcc/treelang/ChangeLog index eb5c55da451..17f1076fcee 100644 --- a/gcc/treelang/ChangeLog +++ b/gcc/treelang/ChangeLog @@ -1,3 +1,7 @@ +2005-02-27 Kazu Hirata + + * treelang.texi: Fix a typo. + 2005-02-26 James A. Morrison * parse.y (function_invocation, variable-ref, make_plus_expression): diff --git a/gcc/treelang/treelang.texi b/gcc/treelang/treelang.texi index 09d93d45ba5..b25e15cc449 100644 --- a/gcc/treelang/treelang.texi +++ b/gcc/treelang/treelang.texi @@ -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.