summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-17 04:11:41 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-17 04:11:41 +0900
commit616f51c16df97aa2d75f69f7b3930fc452f3524e (patch)
treecc3921d7f8e4ad71d65fe0576f6285cb7bdd9c64
parentd9338387d94ad611233cf0753801eefccfda432a (diff)
downloadsystemd-616f51c16df97aa2d75f69f7b3930fc452f3524e.tar.gz
boot: fix typo
-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) {