]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Fix spelling mistake for occurred
authorMichael D Kinney <michael.d.kinney@intel.com>
Sat, 1 Aug 2020 00:49:15 +0000 (17:49 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Aug 2020 00:54:23 +0000 (00:54 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Liming Gao <liming.gao@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/UgaDraw.h
MdePkg/Library/BaseLib/FilePaths.c

index 3d423be052c55bf8fbe71d51755c635a8c1e3503..47286bb684972a90e07e79b5b7c6b47d8eba5e0d 100644 (file)
@@ -127,7 +127,7 @@ typedef enum {
 \r
     @retval EFI_SUCCESS           - The Blt operation completed.\r
     @retval EFI_INVALID_PARAMETER - BltOperation is not valid.\r
-    @retval EFI_DEVICE_ERROR      - A hardware error occured writting to the video buffer.\r
+    @retval EFI_DEVICE_ERROR      - A hardware error occurred writting to the video buffer.\r
 \r
 **/\r
 typedef\r
index 40e8d773ce7f5943c25661d87916ebbbd8254bf4..c2c561ac642b2f7f39999f76db7b27fa8b6eaa1d 100644 (file)
@@ -57,7 +57,7 @@ PathRemoveLastItem(
 \r
   @param[in] Path       The pointer to the string containing the path.\r
 \r
-  @return       Returns Path, otherwise returns NULL to indicate that an error has occured.\r
+  @return       Returns Path, otherwise returns NULL to indicate that an error has occurred.\r
 **/\r
 CHAR16*\r
 EFIAPI\r