summaryrefslogtreecommitdiff
path: root/gcc/ada/g-awk.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-awk.adb')
-rw-r--r--gcc/ada/g-awk.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-awk.adb b/gcc/ada/g-awk.adb
index 7811caec00b..654e11c494c 100644
--- a/gcc/ada/g-awk.adb
+++ b/gcc/ada/g-awk.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.10 $
+-- $Revision: 1.1 $
-- --
-- Copyright (C) 2000-2001 Ada Core Technologies, Inc. --
-- --
@@ -662,7 +662,7 @@ package body GNAT.AWK is
Results : Boolean := False;
begin
- -- Iterate throught the filters table, if pattern match call action.
+ -- Iterate through the filters table, if pattern match call action.
for F in 1 .. Pattern_Action_Table.Last (Filters) loop
if Patterns.Match (Filters.Table (F).Pattern.all, Session) then