From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEpA0-0000tb-ON for qemu-devel@nongnu.org; Tue, 26 Apr 2011 16:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEp9z-0007Cc-No for qemu-devel@nongnu.org; Tue, 26 Apr 2011 16:47:04 -0400 Received: from ipmail07.adl2.internode.on.net ([150.101.137.131]:53314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEp9z-00072d-D9 for qemu-devel@nongnu.org; Tue, 26 Apr 2011 16:47:03 -0400 From: Brad Hards Date: Wed, 27 Apr 2011 06:46:52 +1000 References: <1303820763-6720-1-git-send-email-stefanha@linux.vnet.ibm.com> <1303820763-6720-5-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1303820763-6720-5-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104270646.52693.bradh@frogmouth.net> Subject: Re: [Qemu-devel] [PATCH 4/6] docs/tracing.txt: minor documentation fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?utf-8?q?Llu=C3=ADs?= , Stefan Hajnoczi , =?utf-8?q?Llu=C3=ADs_Vilanova?= On Tue, 26 Apr 2011 10:26:01 pm Stefan Hajnoczi wrote: > -There is a set of static trace events declared in the trace-events source > +There is a set of static trace events declared in the "trace-events" > source Would it read better if it said "There are a set..." (i.e. "are" instead of "is")? Brad