From patchwork Thu Apr 28 15:20:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 93249 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 208DCB6F6B for ; Fri, 29 Apr 2011 01:25:53 +1000 (EST) Received: from localhost ([::1]:47973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT6D-0000KC-Uw for incoming@patchwork.ozlabs.org; Thu, 28 Apr 2011 11:25:50 -0400 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 Received: from moutng.kundenserver.de ([212.227.126.187]:61666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT1U-0006ei-7R; Thu, 28 Apr 2011 11:20:56 -0400 Received: from flocke.fritz.box (p5086FD13.dip.t-dialin.net [80.134.253.19]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0M1zHn-1Pvsq33k0h-00tLgJ; Thu, 28 Apr 2011 17:20:49 +0200 Received: from stefan by flocke.fritz.box with local (Exim 4.72) (envelope-from ) id 1QFT1M-0002Bt-3P; Thu, 28 Apr 2011 17:20:48 +0200 From: Stefan Weil To: QEMU Developers Date: Thu, 28 Apr 2011 17:20:40 +0200 Message-Id: <1304004042-8334-16-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1304004042-8334-1-git-send-email-weil@mail.berlios.de> References: <1304004042-8334-1-git-send-email-weil@mail.berlios.de> X-Provags-ID: V02:K0:7LSmQafE7R9dgZJCO7aguhOo5hbhqbflEw5SYb2MVKu QjIgklrJVuq9sVlj47XQ1q7T95fFPvpPtV0yGluwdWwz4C1PaC RHbHy61GNaJePOc7aA53uVxajfaOC7QkOFIeVTyfjW3TRFCDwg rp+YClU8AkVueclSnY23l9eNSIXIXu8HSVihHY7udr65ZhJeLS BoLJVaj9aQq0EzPJhfYjJ5AOaDTzqeYvmqjLTxhEfRYvdV0bA8 WUCebhZ6QkN5b X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.187 Cc: qemu-trivial@nongnu.org Subject: [Qemu-devel] [PATCH 16/18] Fix typo in comment (responsiblity -> responsibility) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@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