* filter_params.pl: Typo fix.
* filter_knr2ansi.pl: Likewise.
From-SVN: r102006
+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.
#!/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 = <>;
#!/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.