* [PATCH] MdeModulePkg: CapsuleApp: Fix typo
@ 2021-07-28 13:56 Seonghyun Park
0 siblings, 0 replies; only message in thread
From: Seonghyun Park @ 2021-07-28 13:56 UTC (permalink / raw)
To: devel; +Cc: chen.a.chen, liming.gao, Seonghyun Park
Fix typo in comment
Signed-off-by: Seonghyun Park <shpark1@protonmail.com>
---
MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c b/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c
index dba50b3202..712cf2e1f7 100644
--- a/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c
+++ b/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c
@@ -509,7 +509,7 @@ GetUpdateFileSystem (
DevicePath = DuplicateDevicePath (MappedDevicePath);
Status = GetEfiSysPartitionFromDevPath (DevicePath, &FullPath, Fs);
if (EFI_ERROR (Status)) {
- Print (L"Error: Cannot get EFI system partiion from '%s' - %r\n", Map, Status);
+ Print (L"Error: Cannot get EFI system partition from '%s' - %r\n", Map, Status);
return EFI_NOT_FOUND;
}
Print (L"Warning: Cannot find Boot Option on '%s'!\n", Map);
--
2.32.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-07-28 13:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-28 13:56 [PATCH] MdeModulePkg: CapsuleApp: Fix typo Seonghyun Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox