From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6Uf-0006L6-8R for qemu-devel@nongnu.org; Sun, 08 May 2011 12:06:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJ6Ue-0007X0-0o for qemu-devel@nongnu.org; Sun, 08 May 2011 12:06:05 -0400 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:33986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6Ud-0007WR-E2 for qemu-devel@nongnu.org; Sun, 08 May 2011 12:06:03 -0400 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p48G624C018362 for ; Sun, 8 May 2011 16:06:02 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p48G7Ias2478274 for ; Sun, 8 May 2011 17:07:18 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p48G62Uk021730 for ; Sun, 8 May 2011 10:06:02 -0600 From: Stefan Hajnoczi Date: Sun, 8 May 2011 17:05:12 +0100 Message-Id: <1304870719-20885-18-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1304870719-20885-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1304870719-20885-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 17/24] Fix typo in comment (responsiblity -> responsibility) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi From: Stefan Weil Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- 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.4.4