Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753346AbcD1RLF (ORCPT ); Thu, 28 Apr 2016 13:11:05 -0400 Received: from mail-qg0-f42.google.com ([209.85.192.42]:36303 "EHLO mail-qg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734AbcD1RK7 (ORCPT ); Thu, 28 Apr 2016 13:10:59 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [patch V3] lib: GCD: add binary GCD algorithm From: Josh Juran In-Reply-To: <1461843824-19853-1-git-send-email-zengzhaoxiu@163.com> Date: Thu, 28 Apr 2016 13:10:52 -0400 Cc: akpm@linux-foundation.org, linux@horizon.com, peterz@infradead.org, Zhaoxiu Zeng , Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Yoshinori Sato , Geert Uytterhoeven , James Hogan , Michal Simek , Ralf Baechle , Ley Foon Tan , Jonas Bonn , "James E.J. Bottomley" , Helge Deller , Chen Liqin , Lennox Wu , Rich Felker , "David S. Miller" , linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, uclinux-h8-devel@lists.sourceforge.jp, linux-m68k@vger.kernel.org, linux-metag@vger.kernel.org, linux-mips@linux-mips.org, nios2-dev@lists.rocketboards.org, linux@lists.openrisc.net, linux-parisc@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <6FAE0D2C-A593-488B-AE26-E462AF372D8E@gmail.com> References: <1461843824-19853-1-git-send-email-zengzhaoxiu@163.com> To: zengzhaoxiu@163.com X-Mailer: Apple Mail (2.1510) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 245 Lines: 8 On Apr 28, 2016, at 7:43 AM, zengzhaoxiu@163.com wrote: > + * This implements the binary GCD algorithm. (Often attributed to Stein, > + * but as Knuth has noted, appears a first-century Chinese math text.) Should this be "appears in a"? Josh