From patchwork Sun Sep 20 18:48:23 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 33966 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CE5CCB7334 for ; Mon, 21 Sep 2009 04:49:05 +1000 (EST) Received: from localhost ([127.0.0.1]:44139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpRT4-0001vM-AR for incoming@patchwork.ozlabs.org; Sun, 20 Sep 2009 14:49:02 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpRSY-0001tP-AJ for qemu-devel@nongnu.org; Sun, 20 Sep 2009 14:48:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpRST-0001tD-RD for qemu-devel@nongnu.org; Sun, 20 Sep 2009 14:48:29 -0400 Received: from [199.232.76.173] (port=55251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpRST-0001tA-M6 for qemu-devel@nongnu.org; Sun, 20 Sep 2009 14:48:25 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:49515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpRST-0000zW-3J for qemu-devel@nongnu.org; Sun, 20 Sep 2009 14:48:25 -0400 Received: from flocke.weilnetz.de (p54ADD7A0.dip.t-dialin.net [84.173.215.160]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MKsym-1MpRSS0J2Y-000QM4; Sun, 20 Sep 2009 20:48:24 +0200 Received: from stefan by flocke.weilnetz.de with local (Exim 4.69) (envelope-from ) id 1MpRSR-0006Au-79; Sun, 20 Sep 2009 20:48:23 +0200 From: Stefan Weil To: qemu-devel@nongnu.org Date: Sun, 20 Sep 2009 20:48:23 +0200 Message-Id: <1253472503-23712-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.5.6.5 X-Provags-ID: V01U2FsdGVkX180xT9xPaZyJi0phsNOEhafxBqAua3hmzcABI4 1GD7yvsrYTctfxf4VGHH9p1wVZnWvFkXVG+uwi5A9T8dLnkOul 20uZ1NkiUhyBh7kvFvRqy48KAHaASuMChpgUBlK7bRboVZYgYS Xfg== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH] Fix spelling in comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org registrs -> registers Signed-off-by: Stefan Weil --- hostregs_helper.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hostregs_helper.h b/hostregs_helper.h index 9f0872d..3a0bece 100644 --- a/hostregs_helper.h +++ b/hostregs_helper.h @@ -1,5 +1,5 @@ /* - * Save/restore host registrs. + * Save/restore host registers. * * Copyright (c) 2007 CodeSourcery *