filter_params.pl: Typo fix.
authorBen Elliston <bje@au.ibm.com>
Thu, 14 Jul 2005 03:38:20 +0000 (03:38 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 14 Jul 2005 03:38:20 +0000 (13:38 +1000)
* filter_params.pl: Typo fix.
* filter_knr2ansi.pl: Likewise.

From-SVN: r102006

contrib/ChangeLog
contrib/filter_knr2ansi.pl
contrib/filter_params.pl

index 2c3fe2f22f07643a9fb4315f880929876fbf908b..5bd9180464ae1155f353c8feacc99ae63e2e3712 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-14  Ben Elliston  <bje@au.ibm.com>
+
+       * filter_params.pl: Typo fix.
+       * filter_knr2ansi.pl: Likewise.
+
 2005-06-05  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * gennews (files): Update for egcs-1.0 release pages consolidation.
index c05e8d2ed205a32ef4bcd08cdfb4ceac1ed194f6..6b43e407711c56583b18bacc5067ce3042d84e43 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Goes thourgh the input line by line to find K&R style function
+# Goes through the input line by line to find K&R style function
 # declarations, and replaces them with ANSI style declarations.
 #
 @blah = <>;
index 05861e376fe93aed3ab27a8898202fa2c5b9eea2..22dae6cc561d973ac58f0803c8bd1b8527c53d59 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Filters out some of the #defines used thourghout the GCC sources:
+# Filters out some of the #defines used throughout the GCC sources:
 # - GTY(()) marks declarations for gengtype.c
 # - PARAMS(()) is used for K&R compatibility. See ansidecl.h.