OSDN Git Service

* configure.ac: Determine Sun ld version numbers.
[pf3gnuchains/gcc-fork.git] / contrib / filter_params.pl
index 05861e3..22dae6c 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.