From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHuVk-0000ka-Ls for qemu-devel@nongnu.org; Mon, 24 Feb 2014 07:19:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHuVf-0002n1-Os for qemu-devel@nongnu.org; Mon, 24 Feb 2014 07:19:52 -0500 Received: from mail-la0-f50.google.com ([209.85.215.50]:62426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHuVf-0002ms-Ho for qemu-devel@nongnu.org; Mon, 24 Feb 2014 07:19:47 -0500 Received: by mail-la0-f50.google.com with SMTP id y1so1587155lam.37 for ; Mon, 24 Feb 2014 04:19:45 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1393012441-4112-1-git-send-email-sw@weilnetz.de> References: <1393012441-4112-1-git-send-email-sw@weilnetz.de> From: Peter Maydell Date: Mon, 24 Feb 2014 12:19:25 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] libvixl: Fix typo in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Trivial , QEMU Developers On 21 February 2014 19:54, Stefan Weil wrote: > * substract -> subtract > > Signed-off-by: Stefan Weil > --- > disas/libvixl/a64/constants-a64.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) It seems like a bad idea to make more changes than necessary to a component we will probably be updating with new upstream releases. We've made fixes where we need to so the code will build, but fixing typos in comments doesn't really seem worthwhile to me. thanks -- PMM