From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web10.2279.1596309342962804667 for ; Sat, 01 Aug 2020 12:15:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Kw9MFOuT; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596309342; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=un5JEQqvhiv2gw7jJOuTr9BxnFfiMzyVwfd+FvsImPc=; b=Kw9MFOuTv0r0Ux43tMEwPVMjfx3ETbQJWg4oJ1PA13ZiSG1SkP8Iaqrb6EcAL00HwWqlMi +wCELcWGGL2xT8nLyBpgRq10EW1qbHPZnWpksDySbxAVHg6fIo+plbzs5nNAZTVbpXQ1vG JMRT/zfaQl5WxiKO6u49YYh4NQvh5z0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-251-8SrPh9PHOW-Y3ia8h8agpw-1; Sat, 01 Aug 2020 15:15:35 -0400 X-MC-Unique: 8SrPh9PHOW-Y3ia8h8agpw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 771E718839C0; Sat, 1 Aug 2020 19:15:34 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-28.ams2.redhat.com [10.36.112.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id A17AC5C1BB; Sat, 1 Aug 2020 19:15:32 +0000 (UTC) Subject: Re: [Patch 4/6] OvmfPkg: Fix spelling mistake for occurred To: Michael D Kinney , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel References: <20200801010457.28776-1-michael.d.kinney@intel.com> <20200801010457.28776-5-michael.d.kinney@intel.com> From: "Laszlo Ersek" Message-ID: <67bf43e1-47c6-2b88-c477-48c9b6cc7fb6@redhat.com> Date: Sat, 1 Aug 2020 21:15:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200801010457.28776-5-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/01/20 03:04, Michael D Kinney wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 > > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Signed-off-by: Michael D Kinney > --- > OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c | 2 +- > OvmfPkg/Include/Protocol/Legacy8259.h | 2 +- > OvmfPkg/SioBusDxe/SioService.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c b/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c > index 0760ffb722..672a67fbe1 100644 > --- a/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c > +++ b/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c > @@ -226,7 +226,7 @@ EmuGopSetMode ( > > @retval EFI_SUCCESS The Blt operation completed. > @retval EFI_INVALID_PARAMETER BltOperation is not valid. > - @retval EFI_DEVICE_ERROR A hardware error occured writting to the video buffer. > + @retval EFI_DEVICE_ERROR A hardware error occurred writting to the video buffer. > > **/ > EFI_STATUS > diff --git a/OvmfPkg/Include/Protocol/Legacy8259.h b/OvmfPkg/Include/Protocol/Legacy8259.h > index 74bbb674ed..7fde1c8537 100644 > --- a/OvmfPkg/Include/Protocol/Legacy8259.h > +++ b/OvmfPkg/Include/Protocol/Legacy8259.h > @@ -58,7 +58,7 @@ typedef enum { > @param SlaveBase The base vector for the Slave PIC in the 8259 controller. > > @retval EFI_SUCCESS The new bases were programmed. > - @retval EFI_DEVICE_ERROR A device error occured programming the vector bases. > + @retval EFI_DEVICE_ERROR A device error occurred programming the vector bases. > > **/ > typedef > diff --git a/OvmfPkg/SioBusDxe/SioService.c b/OvmfPkg/SioBusDxe/SioService.c > index 407132ddcd..ab8fa7676f 100644 > --- a/OvmfPkg/SioBusDxe/SioService.c > +++ b/OvmfPkg/SioBusDxe/SioService.c > @@ -265,7 +265,7 @@ SioModify ( > @param[in] DeviceIndex Index of the device supported by this driver. > > @retval EFI_SUCCESS The child device has been created successfully. > - @retval Others Error occured during the child device creation. > + @retval Others Error occurred during the child device creation. > > **/ > EFI_STATUS > Reviewed-by: Laszlo Ersek Thanks! Laszlo