From patchwork Mon Jul 22 17:24:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 260771 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 6395F2C0098 for ; Tue, 23 Jul 2013 03:25:20 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=H3JFkizHaynoSqnOegVxQny3uvEjSUZiZfnHEVkgixrFHdU5btTsx goJK0kgwfLKezptWdAHV3QgzNY5ucqQp8BnBVCshafDG7heq6A81d5mOmVYQtLPz 5SDlbNE4qfHr51g/8dHx9gP5+niCjPJm2Q8/JznzyiHwxWtuSrFUFE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=VzC728lF5OyppueD78Cl18MAo80=; b=f37nooVIo4sv0wLsSOSK82DEjnTm d8p7OfY5DQLQwubxi5iuey4UaiThtH9gxfzSKVkc/d8tJSbT2kEYnN+HZt4CYGgb vJ7+LuzAeOGc933kBbqDimprreLcPWGDjZc1NTP1zklOvH7rVu6fYFDdJUJnum2M KBQ01jXCtPrl3I0= Received: (qmail 5630 invoked by alias); 22 Jul 2013 17:25:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 5617 invoked by uid 89); 22 Jul 2013 17:25:14 -0000 X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL, BAYES_50, FREEMAIL_FROM, KHOP_THREADED, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_NO, RCVD_IN_HOSTKARMA_YE, RDNS_NONE, SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO qmta04.emeryville.ca.mail.comcast.net) (76.96.30.40) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 22 Jul 2013 17:24:46 +0000 Received: from omta08.emeryville.ca.mail.comcast.net ([76.96.30.12]) by qmta04.emeryville.ca.mail.comcast.net with comcast id 3T8h1m0060FhH24A4VQfxj; Mon, 22 Jul 2013 17:24:39 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta08.emeryville.ca.mail.comcast.net with comcast id 3VQd1m00s0BKwT48UVQexH; Mon, 22 Jul 2013 17:24:38 +0000 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: [PATCH 1/*] Fix common typos. From: Mike Stump In-Reply-To: Date: Mon, 22 Jul 2013 10:24:37 -0700 Cc: Marek Polacek , =?utf-8?Q?Ond=C5=99ej_B=C3=ADlka?= , Message-Id: <9051E9AF-6947-424D-B9B3-FA878D6FF6F9@comcast.net> References: <20130721143204.GA27788@domone> <20130721153723.GB14359@redhat.com> To: Joseph S. Myers On Jul 21, 2013, at 2:21 PM, Joseph S. Myers 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. 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.