From 69cb9f9000c18406efb1669ab2bc571131eef65c Mon Sep 17 00:00:00 2001
From: bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 14 Jul 2005 03:38:20 +0000
Subject: [PATCH] 	* filter_params.pl: Typo fix. 	* filter_knr2ansi.pl:
 Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102006 138bc75d-0d04-0410-961f-82ee72b054a4
---
 contrib/ChangeLog          | 5 +++++
 contrib/filter_knr2ansi.pl | 2 +-
 contrib/filter_params.pl   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 2c3fe2f22f07..5bd9180464ae 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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.
diff --git a/contrib/filter_knr2ansi.pl b/contrib/filter_knr2ansi.pl
index c05e8d2ed205..6b43e407711c 100755
--- a/contrib/filter_knr2ansi.pl
+++ b/contrib/filter_knr2ansi.pl
@@ -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 = <>;
diff --git a/contrib/filter_params.pl b/contrib/filter_params.pl
index 05861e376fe9..22dae6cc561d 100755
--- a/contrib/filter_params.pl
+++ b/contrib/filter_params.pl
@@ -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.
 
-- 
GitLab