From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOt7U-0005MH-1y for qemu-devel@nongnu.org; Thu, 18 Oct 2012 12:38:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOt7P-0002rn-5p for qemu-devel@nongnu.org; Thu, 18 Oct 2012 12:38:51 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:33473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOt7P-0002rK-19 for qemu-devel@nongnu.org; Thu, 18 Oct 2012 12:38:47 -0400 Received: by mail-ie0-f173.google.com with SMTP id 17so13744973iea.4 for ; Thu, 18 Oct 2012 09:38:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <508029B6.8060301@weilnetz.de> References: <1350572612-24268-1-git-send-email-peter.maydell@linaro.org> <508029B6.8060301@weilnetz.de> Date: Thu, 18 Oct 2012 17:38:46 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] ui/vnc-jobs.c: Fix minor typos in comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On 18 October 2012 17:09, Stefan Weil wrote: > Am 18.10.2012 17:03, schrieb Peter Maydell: >> - * if two threads try to write on it at the same >> time >> + * two threads try to write on it at the same >> time > > > > Did you remove the 'if' intentionally? Then I'd expect a comma after > 'corrupted', because 'two threads try to write ...' is a new sentence. No, that was a careless error on my part; the edit was just intended to remove the hard tabs on that line. I'll send a fixed patch. -- PMM