]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 16 Dec 2021 19:11:41 +0000 (04:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 16 Dec 2021 19:11:41 +0000 (04:11 +0900)
src/boot/efi/test-bcd.c

index a4d09068a5d21a715ef0869dad7d02cfcf45f608..5d3d6c2c40751a2c122aa40f68bfd4ac4fe8033b 100644 (file)
@@ -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) {