ShellPkg/DynamicCommand: Fix various typos
Fix various typos in comments and documentation. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-69-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
6a5033ca3e
commit
f16bd39441
@ -154,7 +154,7 @@ GetHandleFormModuleGuid (
|
||||
*Handle = NULL;
|
||||
}
|
||||
//
|
||||
// Try to get the Handle form the caached array.
|
||||
// Try to get the Handle from the cached array.
|
||||
//
|
||||
for (Index = 0; Index < mCachePairCount; Index++) {
|
||||
if (CompareGuid (ModuleGuid, &mCacheHandleGuidTable[Index].ModuleGuid)) {
|
||||
@ -918,7 +918,7 @@ Done:
|
||||
|
||||
|
||||
/**
|
||||
Retrive HII package list from ImageHandle and publish to HII database.
|
||||
Retrieve HII package list from ImageHandle and publish to HII database.
|
||||
|
||||
@param ImageHandle The image handle of the process.
|
||||
|
||||
|
Reference in New Issue
Block a user