From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46004 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5lJU-0002Mw-Qy for qemu-devel@nongnu.org; Fri, 01 Apr 2011 16:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5lJP-0003DQ-45 for qemu-devel@nongnu.org; Fri, 01 Apr 2011 16:51:20 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:55959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5lJO-0003DH-Oc for qemu-devel@nongnu.org; Fri, 01 Apr 2011 16:51:19 -0400 Message-ID: <4D963AC3.3010209@mail.berlios.de> Date: Fri, 01 Apr 2011 22:51:15 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH RESEND(REBASED)] Fix trivial "endianness bugs" References: <1300027442-6874-1-git-send-email-weil@mail.berlios.de> <20110401202725.GC31037@volta.aurel32.net> In-Reply-To: <20110401202725.GC31037@volta.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Anthony Liguori , qemu-devel@nongnu.org Am 01.04.2011 22:27, schrieb Aurelien Jarno: > On Sun, Mar 13, 2011 at 03:44:02PM +0100, Stefan Weil wrote: >> Replace endianess -> endianness. > > Given it concerns code and not comments, I am reluctant for this kind of > patches unless we have a very good reason. > > Do you have some pointers about "endianness" being the correct wording? > It seems both are accepted, even if in the last years people seems to > use more often "endianness" than "endianess". > > Maybe a native speaker can help us here. > Hello Aurelien, I'm not a native speaker, but I like having well written examples which help me avoiding mistakes (some of the wrong spellings were written by me) and improving my knowledge of English. Therefore I also modified code. It was a formal replace operation using perl -pi -e, so this should be rather safe. Here are some links (other than google which also refers to endianness): http://de.wikipedia.org/wiki/Endianess (Falschschreibung = wrong spelling) http://fr.wikipedia.org/wiki/Endianess (redirected to Endianness) http://en.wikipedia.org/wiki/Endianess (redirected to Endianness) This article uses both variants (which obviously is a bug). Oxford dictionary (like others) does not know any endianness, but refers to indianness which is a similar composition of a word ending with "n" followed by "ness". Regards, Stefan