From: Yu Watanabe Date: Thu, 16 Dec 2021 19:11:41 +0000 (+0900) Subject: boot: fix typo X-Git-Tag: v250-rc3~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=616f51c16df97aa2d75f69f7b3930fc452f3524e;p=thirdparty%2Fsystemd.git boot: fix typo --- diff --git a/src/boot/efi/test-bcd.c b/src/boot/efi/test-bcd.c index a4d09068a5d..5d3d6c2c407 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) {