From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com []) by mx.groups.io with SMTP id smtpd.web12.2482.1596243901040179151 for ; Fri, 31 Jul 2020 18:05:01 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.d.kinney@intel.com) IronPort-SDR: cthpMWK3ngolxulKdWEILwBV59LmupRI8CPDvLSPwBxs+wTfSSYr9LXDuRhHeqbgPUmwXtnuiM zGwoVEkG6VsQ== X-IronPort-AV: E=McAfee;i="6000,8403,9699"; a="216330835" X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="216330835" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 18:04:59 -0700 IronPort-SDR: fTvceFYqnhvtuLkexj2rRjYaFLRlRWJvaGR2irLNNoQOE1BUzIGSvHf69SxknpmkfRw7M08heX uFNiLCqU+/Vw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="291426492" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.231.158]) by orsmga006.jf.intel.com with ESMTP; 31 Jul 2020 18:04:59 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni Subject: [Patch 1/6] EmulatorPkg: Fix spelling mistake for occurred Date: Fri, 31 Jul 2020 18:04:52 -0700 Message-Id: <20200801010457.28776-2-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200801010457.28776-1-michael.d.kinney@intel.com> References: <20200801010457.28776-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Michael D Kinney --- EmulatorPkg/EmuGopDxe/GopScreen.c | 2 +- EmulatorPkg/TimerDxe/Timer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/EmuGopDxe/GopScreen.c b/EmulatorPkg/EmuGopDxe/GopScreen.c index fbac649f8b..cbbb0db07f 100644 --- a/EmulatorPkg/EmuGopDxe/GopScreen.c +++ b/EmulatorPkg/EmuGopDxe/GopScreen.c @@ -177,7 +177,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/EmulatorPkg/TimerDxe/Timer.c b/EmulatorPkg/TimerDxe/Timer.c index dfd92acc8c..8e2baaaa5b 100644 --- a/EmulatorPkg/TimerDxe/Timer.c +++ b/EmulatorPkg/TimerDxe/Timer.c @@ -301,7 +301,7 @@ Returns: EFI_OUT_OF_RESOURCES - Not enough resources available to initialize driver. - EFI_DEVICE_ERROR - A device error occured attempting to initialize the driver. + EFI_DEVICE_ERROR - A device error occurred attempting to initialize the driver. **/ { -- 2.21.0.windows.1