Skip to content

Commit db318bf

Browse files
committed
Fix some typos (thanks to Adam Borowski)
1 parent 08f3a59 commit db318bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ int a =
6363
#ifdef __GLIBC__
6464
42
6565
#endif
66-
;]])], [AC_MSG_WARN([you are using glibc, binaries will be huge. Consider using an alternativ libc implementation (e.g. dietlibc, musl) instead.])], [])
66+
;]])], [AC_MSG_WARN([you are using glibc, binaries will be huge. Consider using an alternative libc implementation (e.g. dietlibc, musl) instead.])], [])
6767

6868
AC_OUTPUT

tiny_initramfs.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ int main(int argc, char **argv)
8080
#endif
8181

8282
#ifdef ENABLE_DEBUG
83-
warn("Begun execution", NULL);
83+
warn("Began execution", NULL);
8484
#endif
8585

8686
#ifdef ENABLE_MODULES
8787
load_modules();
8888
#ifdef ENABLE_DEBUG
89-
warn("Loaded all kernel moduels", NULL);
89+
warn("Loaded all kernel modules", NULL);
9090
#endif
9191
#endif /* defined(ENABLE_MODULES) */
9292

0 commit comments

Comments
 (0)