From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17039 invoked by alias); 28 Jul 2008 18:27:50 -0000 Received: (qmail 17031 invoked by uid 22791); 28 Jul 2008 18:27:49 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Jul 2008 18:27:23 +0000 Received: from HOME-C4E4A596F7 ([77.126.157.146]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K4Q007UQB68K7S0@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Mon, 28 Jul 2008 21:25:21 +0300 (IDT) Date: Mon, 28 Jul 2008 18:27:00 -0000 From: Eli Zaretskii Subject: Re: New scope checking patch In-reply-to: X-012-Sender: halo1@inter.net.il To: Rob Quill Cc: jimb@red-bean.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <8f2776cb0801301557t2e265b62u56d6df7cbcec1c84@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00525.txt.bz2 > Date: Mon, 28 Jul 2008 11:31:21 +0100 > From: "Rob Quill" > Cc: jimb@red-bean.com, gdb-patches@sourceware.org > > >> +provided that you check if it is in scope before you test it's value. The operator > > ^^^^ > > "its" > > I thought about that before I submitted it but couldn't make up my > mind as to which was right, as the scope belongs to the variable so > maybe it needed an apostrophe. "it's" == "it is", which is not what you want here. You want "its" == "belonging to it".