1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

boot: fix typo

This commit is contained in:
Yu Watanabe 2021-12-17 04:11:41 +09:00
parent d9338387d9
commit 616f51c16d

View 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) {