From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2464 invoked by alias); 30 Aug 2013 16:22:43 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 2442 invoked by uid 89); 30 Aug 2013 16:22:43 -0000 Received: from mail-pd0-f179.google.com (HELO mail-pd0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 30 Aug 2013 16:22:43 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: mail-pd0-f179.google.com Received: by mail-pd0-f179.google.com with SMTP id v10so2047852pde.24 for ; Fri, 30 Aug 2013 09:22:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=FZ2Af4L4hCXnkg/4/9KnfeLq+ES3LYWw4XKfSQNOLtA=; b=MKoL4dpBLwyUq3vWFaXwe8jRYgA8LuWt4hy0HbpsnEJ2ip13rdcjWD8xDHlSDMloqy 2kpxdwWI61QKx5Ww1tBEjZVYa5JDj5pQbaxmXf4GohJQyYTED5ndoH7Y1aRZY4d4bUph AAoHZTy7ZbrwvNYe0NsndxYVk8vUcRsVHFsuI1vY89rfBIU1bqaZaojB49ag12c1C9PR zpFrMf3H8UtT/CJyrqIKvKEoQaBg9xQR5eh/6YJk71Hp80/RHyOrJyu3j9JskJOvcJGG QO9UysBZ0pDVYCa3d/hgdBgzIiu1gzYxvJT4bEhiMNuWSPxaj1LsnGVq3kxgcK5pO/S5 6uHw== X-Gm-Message-State: ALoCoQnYIfY2uro2yr3hQurUul4i+DmiCFJxayGcY8pHqGeLdbsBE6FOE61scrCRmFQO5s+8Z7RkKuXnNb1CAxnYssCRikCAMNScoGGEa0cKauiCdGl/VtgRAbyr+NU2jRBP0Bja9xWBGlkDcmFobAx0/zgFsDGUXZfpT2Pk06C2/kjwnqZT89Gs8lbd5BZg05y4eRJwWP2KUzP3a0ShdeInVfzA3Qr4kQ== X-Received: by 10.66.162.167 with SMTP id yb7mr11963510pab.16.1377879760583; Fri, 30 Aug 2013 09:22:40 -0700 (PDT) Received: from brooks.mtv.corp.google.com ([2620:0:1000:3002:1260:4bff:fe6b:ed8a]) by mx.google.com with ESMTPSA id s5sm45339639pbo.38.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 30 Aug 2013 09:22:39 -0700 (PDT) Message-ID: <5220C6CE.4030805@google.com> Date: Fri, 30 Aug 2013 16:22:00 -0000 From: Brooks Moses User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: libc-alpha@sourceware.org CC: =?UTF-8?B?T25kxZllaiBCw61sa2E=?= , libc-ports@sourceware.org Subject: Re: [PATCH 3.5/9] Fix then/than typo. References: <20130813082629.GA27180@domone.kolej.mff.cuni.cz> <20130818164943.GA7418@domone> <20130818220954.GA20381@domone> <20130830125816.GA12178@domone.kolej.mff.cuni.cz> In-Reply-To: <20130830125816.GA12178@domone.kolej.mff.cuni.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-08/txt/msg00086.txt.bz2 On 08/30/2013 05:58 AM, Ondřej Bílka wrote: > --- a/sysdeps/powerpc/powerpc32/power6/memcpy.S > +++ b/sysdeps/powerpc/powerpc32/power6/memcpy.S [...] > - if there more then 0 bytes (1-3) bytes remaining and use > + if there more than 0 bytes (1-3) bytes remaining and use This needs to be corrected to "if there are more than". - Brooks