From: Jan Kiszka <[email protected]>

Signed-off-by: Jan Kiszka <[email protected]>
---
 utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.c b/utils.c
index 7079852..7ed5621 100644
--- a/utils.c
+++ b/utils.c
@@ -229,7 +229,7 @@ EFI_DEVICE_PATH *FileDevicePathFromConfig(EFI_HANDLE device,
        LABELMODE lm = NOLABEL;
        /* Check if payload path contains a
         * L:LABEL: item to specify a FAT partition or a
-        * C:LABEL: to specify a costum labeled FAT partition */
+        * C:LABEL: to specify a custom labeled FAT partition */
        if (StrnCmp(payloadpath, L"L:", 2) == 0) {
                lm = DOSFSLABEL;
        } else if (StrnCmp(payloadpath, L"C:", 2) == 0) {
-- 
2.16.4


-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/03e737ef-1f50-1437-cca6-79fc0a077434%40siemens.com.

Reply via email to