aboutsummaryrefslogtreecommitdiff
path: root/contrib/filter_knr2ansi.pl
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-07-14 03:38:20 +0000
committerBen Elliston <bje@au.ibm.com>2005-07-14 03:38:20 +0000
commitd5002a3c0de95e9ac8cc245cb757e8b370b6f595 (patch)
treefb989e156f9ba1b487274d9e05c59111efbe0c73 /contrib/filter_knr2ansi.pl
parente8e88c96220ac1cccc74a9d6053a185ec7899e57 (diff)
* filter_params.pl: Typo fix.
* filter_knr2ansi.pl: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@102006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/filter_knr2ansi.pl')
-rwxr-xr-xcontrib/filter_knr2ansi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/filter_knr2ansi.pl b/contrib/filter_knr2ansi.pl
index c05e8d2ed20..6b43e407711 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 = <>;