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:02 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.d.kinney@intel.com) IronPort-SDR: 37DyPYTumMs32l9g+0/NBqquCxLaD75uNvERzMYzc16sE41ZHGzNJ+Qc8GnhTI5zX6os9y21nx PdaPNnA6EM4g== X-IronPort-AV: E=McAfee;i="6000,8403,9699"; a="216330837" X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="216330837" 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:05:00 -0700 IronPort-SDR: fCUYSCDiM/o3g5KCMIo3rISJlu6wwCcLcZwmXTpc+Rt/riW2xzc3mp8nWDQw/f9gXQYBpR9clo L/5DAIGpKmTg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="291426504" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.231.158]) by orsmga006.jf.intel.com with ESMTP; 31 Jul 2020 18:05:00 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Liming Gao , Zhiguang Liu Subject: [Patch 3/6] MdePkg: Fix spelling mistake for occurred Date: Fri, 31 Jul 2020 18:04:54 -0700 Message-Id: <20200801010457.28776-4-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: Liming Gao Cc: Zhiguang Liu Signed-off-by: Michael D Kinney --- MdePkg/Include/Protocol/UgaDraw.h | 2 +- MdePkg/Library/BaseLib/FilePaths.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Protocol/UgaDraw.h b/MdePkg/Include/Protocol/UgaDraw.h index 3d423be052..47286bb684 100644 --- a/MdePkg/Include/Protocol/UgaDraw.h +++ b/MdePkg/Include/Protocol/UgaDraw.h @@ -127,7 +127,7 @@ typedef enum { @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. **/ typedef diff --git a/MdePkg/Library/BaseLib/FilePaths.c b/MdePkg/Library/BaseLib/FilePaths.c index 40e8d773ce..c2c561ac64 100644 --- a/MdePkg/Library/BaseLib/FilePaths.c +++ b/MdePkg/Library/BaseLib/FilePaths.c @@ -57,7 +57,7 @@ PathRemoveLastItem( @param[in] Path The pointer to the string containing the path. - @return Returns Path, otherwise returns NULL to indicate that an error has occured. + @return Returns Path, otherwise returns NULL to indicate that an error has occurred. **/ CHAR16* EFIAPI -- 2.21.0.windows.1