]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c
ShellPkg/DynamicCommand: Fix various typos
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / Dp.c
index 4ec4c18348bd97f6fb2a04bf519b37cabfd82693..f7f3676bc91ae51bc8bd3fc89fe4cac1f2dd6dd7 100644 (file)
@@ -154,7 +154,7 @@ GetHandleFormModuleGuid (
     *Handle = NULL;\r
   }\r
   //\r
-  // Try to get the Handle form the caached array.\r
+  // Try to get the Handle from the cached array.\r
   //\r
   for (Index = 0; Index < mCachePairCount; Index++) {\r
     if (CompareGuid (ModuleGuid, &mCacheHandleGuidTable[Index].ModuleGuid)) {\r
@@ -918,7 +918,7 @@ Done:
 \r
 \r
 /**\r
-  Retrive HII package list from ImageHandle and publish to HII database.\r
+  Retrieve HII package list from ImageHandle and publish to HII database.\r
 \r
   @param ImageHandle            The image handle of the process.\r
 \r