diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2013-07-22 17:23:17 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-22 17:23:17 +0000 |
commit | 9ffaa03201577636e08e596570e95b572674681f (patch) | |
tree | 19d20d923d1782293c71750393f8f5ac5e960ba1 /libiberty/regex.c | |
parent | 9ca8e8e4f0c9c9c9e3c67ee13545047208cb1160 (diff) | |
download | gcc-9ffaa03201577636e08e596570e95b572674681f.zip gcc-9ffaa03201577636e08e596570e95b572674681f.tar.gz gcc-9ffaa03201577636e08e596570e95b572674681f.tar.bz2 |
Fix typo.
From-SVN: r201139
Diffstat (limited to 'libiberty/regex.c')
-rw-r--r-- | libiberty/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/regex.c b/libiberty/regex.c index e12bc4e..c11f330 100644 --- a/libiberty/regex.c +++ b/libiberty/regex.c @@ -3396,7 +3396,7 @@ PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), class. */ PATFETCH (c); - /* Now we have to go though the whole table + /* Now we have to go through the whole table and find all characters which have the same first level weight. |