summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/boot/efi/test-bcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/test-bcd.c b/src/boot/efi/test-bcd.c
index a4d09068a5..5d3d6c2c40 100644
--- a/src/boot/efi/test-bcd.c
+++ b/src/boot/efi/test-bcd.c
@@ -6,7 +6,7 @@
#include "tests.h"
#include "utf8.h"
-/* Inlcude the implementation directly, so we can poke at some internals. */
+/* Include the implementation directly, so we can poke at some internals. */
#include "bcd.c"
static void load_bcd(const char *path, void **ret_bcd, size_t *ret_bcd_len) {