From bc894771f5428bdfdf80dd16a5852835a88e4e8c Mon Sep 17 00:00:00 2001 From: Lisa White Date: Sat, 8 Feb 2020 19:22:39 +0000 Subject: [PATCH] Fix typo in a comment --- shim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim.c b/shim.c index da999ee..d8a4d59 100644 --- a/shim.c +++ b/shim.c @@ -824,7 +824,7 @@ static EFI_STATUS generate_path_from_image_path(EFI_LOADED_IMAGE *li, /* * Suuuuper lazy technique here, but check and see if this is a full * path to something on the ESP. Backwards compatibility demands - * that we don't just use \\, becuase we (not particularly brightly) + * that we don't just use \\, because we (not particularly brightly) * used to require that the relative file path started with that. * * If it is a full path, don't try to merge it with the directory