summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa White <lisq@google.com>2020-02-08 19:22:39 +0000
committerJavier Martinez Canillas <javier@dowhile0.org>2021-02-16 09:12:48 +0100
commitbc894771f5428bdfdf80dd16a5852835a88e4e8c (patch)
tree798b6d398831c1edf5b794ff71d8c7bb7744c00f
parent2616b13645ca387fc6f85c608e00a5229033fe96 (diff)
downloadefi-boot-shim-bc894771f5428bdfdf80dd16a5852835a88e4e8c.tar.gz
efi-boot-shim-bc894771f5428bdfdf80dd16a5852835a88e4e8c.zip
Fix typo in a comment
-rw-r--r--shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index da999eeb..d8a4d594 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