From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG4Ap-0007vg-A3 for qemu-devel@nongnu.org; Wed, 19 Feb 2014 05:14:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG4Ak-0007Vm-Ig for qemu-devel@nongnu.org; Wed, 19 Feb 2014 05:14:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG4Ak-0007VX-Ak for qemu-devel@nongnu.org; Wed, 19 Feb 2014 05:14:34 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1JAEX0q021505 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Feb 2014 05:14:33 -0500 Date: Wed, 19 Feb 2014 11:14:32 +0100 From: Stefan Hajnoczi Message-ID: <20140219101432.GA30759@stefanha-thinkpad.muc.redhat.com> References: <1392627797-5510-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392627797-5510-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] trace-events: Fix typo in "offset" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Mon, Feb 17, 2014 at 10:03:17AM +0100, Kevin Wolf wrote: > s/offet/offset/ > > Signed-off-by: Kevin Wolf > --- > trace-events | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan