summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/test-bcd.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-16 20:11:41 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-16 20:11:41 +0100
commit616f51c16df97aa2d75f69f7b3930fc452f3524e (patch)
treecc3921d7f8e4ad71d65fe0576f6285cb7bdd9c64 /src/boot/efi/test-bcd.c
parentMerge pull request #21786 from keszybz/dirent-work (diff)
downloadsystemd-616f51c16df97aa2d75f69f7b3930fc452f3524e.tar.xz
systemd-616f51c16df97aa2d75f69f7b3930fc452f3524e.zip
boot: fix typo
Diffstat (limited to '')
-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) {