From ac5c8be21e3b5fc0f224b86de1f7a508295b9e41 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 27 Feb 2005 13:55:32 +0000 Subject: * treelang.texi: Fix a typo. From-SVN: r95611 --- gcc/treelang/ChangeLog | 4 ++++ gcc/treelang/treelang.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/treelang/ChangeLog b/gcc/treelang/ChangeLog index eb5c55d..17f1076 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 09d93d4..b25e15c 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. -- cgit v1.1