From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1h8P-00070S-R2 for qemu-devel@nongnu.org; Sun, 26 Feb 2012 11:39:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1h8I-00043r-DZ for qemu-devel@nongnu.org; Sun, 26 Feb 2012 11:39:41 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:60534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1h8I-00043e-7P for qemu-devel@nongnu.org; Sun, 26 Feb 2012 11:39:34 -0500 Received: by dadp14 with SMTP id p14so5241627dad.4 for ; Sun, 26 Feb 2012 08:39:32 -0800 (PST) Message-ID: <4F4A6041.5060102@codemonkey.ws> Date: Sun, 26 Feb 2012 10:39:29 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1330263596-4988-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1330263596-4988-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix spelling in comments (iff -> if) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Trivial , qemu-devel@nongnu.org On 02/26/2012 07:39 AM, Stefan Weil wrote: > Signed-off-by: Stefan Weil > --- > a.out.h | 2 +- > arm-dis.c | 22 +++++++++++----------- > block.c | 2 +- > block/qcow2-refcount.c | 4 ++-- > hw/alpha_typhoon.c | 2 +- > hw/hid.h | 2 +- > hw/pcnet.c | 2 +- > m68k-dis.c | 4 ++-- > memory.h | 4 ++-- > monitor.c | 2 +- > net/socket.c | 2 +- > qemu-img.c | 2 +- > tcg/hppa/tcg-target.c | 6 +++--- > 13 files changed, 28 insertions(+), 28 deletions(-) > > diff --git a/a.out.h b/a.out.h > index 33ca7f7..7ea8d5a 100644 > --- a/a.out.h > +++ b/a.out.h > @@ -136,7 +136,7 @@ struct external_scnhdr { > */ > struct external_lineno { > union { > - host_ulong l_symndx; /* function name symbol index, iff l_lnno 0 */ I don't know if this is the intention but this may be short hand for 'if and only if'. I do use this short hand quite a bit myself. http://en.wikipedia.org/wiki/If_and_only_if Regards, Anthony Liguori