tree-streamer.h (streamer_tree_cache_create): Adjust prototype.
[gcc.git] / contrib / filter_params.pl
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.