diff mbox

[1/*] Fix common typos.

Message ID 9051E9AF-6947-424D-B9B3-FA878D6FF6F9@comcast.net
State New
Headers show

Commit Message

Mike Stump July 22, 2013, 5:24 p.m. UTC
On Jul 21, 2013, at 2:21 PM, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Sun, 21 Jul 2013, Mike Stump wrote:
>> 
>>> -			    /* Now we have to go throught the whole table
>>> +			    /* Now we have to go thought the whole table
>>> 
>>> Again, throught -> through.
>> 
>> Fixed.
> 
> Again, the checked-in change is incorrect ("though").

Fixed.
diff mbox

Patch

Index: libiberty/regex.c
===================================================================
--- libiberty/regex.c	(revision 201138)
+++ libiberty/regex.c	(revision 201139)
@@ -3396,7 +3396,7 @@  PREFIX(regex_compile) (const char *ARG_P
 			       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.