From b39e7f07efa58a861ea1ac2dc3ffeeb597d8c72f Mon Sep 17 00:00:00 2001
From: Mike Stump <mrs@gcc.gnu.org>
Date: Sun, 21 Jul 2013 16:48:23 +0000
Subject: [PATCH] Fix.

From-SVN: r201102
---
 libiberty/regex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libiberty/regex.c b/libiberty/regex.c
index 17091ce9569f..e12bc4e79af2 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 throught the whole table
+			    /* Now we have to go though the whole table
 			       and find all characters which have the same
 			       first level weight.
 
-- 
GitLab