From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT1f-0001Dc-96 for qemu-devel@nongnu.org; Thu, 28 Apr 2011 11:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFT1a-0006kM-GP for qemu-devel@nongnu.org; Thu, 28 Apr 2011 11:21:07 -0400 From: Stefan Weil Date: Thu, 28 Apr 2011 17:20:40 +0200 Message-Id: <1304004042-8334-16-git-send-email-weil@mail.berlios.de> In-Reply-To: <1304004042-8334-1-git-send-email-weil@mail.berlios.de> References: <1304004042-8334-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 16/18] Fix typo in comment (responsiblity -> responsibility) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: qemu-trivial@nongnu.org Signed-off-by: Stefan Weil --- hw/pcie_aer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pcie_aer.c b/hw/pcie_aer.c index 0c4e8a5..f08d3c7 100644 --- a/hw/pcie_aer.c +++ b/hw/pcie_aer.c @@ -612,7 +612,7 @@ static bool pcie_aer_inject_uncor_error(PCIEAERInject *inj, bool is_fatal) /* * non-Function specific error must be recorded in all functions. * It is the responsibility of the caller of this function. - * It is also caller's responsiblity to determine which function should + * It is also caller's responsibility to determine which function should * report the rerror. * * 6.2.4 Error Logging -- 1.7.2.5