Skip to content

Commit

Permalink
Fix some typos (thanks to Adam Borowski)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-se committed Jan 28, 2016
1 parent 08f3a59 commit db318bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ int a =
#ifdef __GLIBC__
42
#endif
;]])], [AC_MSG_WARN([you are using glibc, binaries will be huge. Consider using an alternativ libc implementation (e.g. dietlibc, musl) instead.])], [])
;]])], [AC_MSG_WARN([you are using glibc, binaries will be huge. Consider using an alternative libc implementation (e.g. dietlibc, musl) instead.])], [])

AC_OUTPUT
4 changes: 2 additions & 2 deletions tiny_initramfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ int main(int argc, char **argv)
#endif

#ifdef ENABLE_DEBUG
warn("Begun execution", NULL);
warn("Began execution", NULL);
#endif

#ifdef ENABLE_MODULES
load_modules();
#ifdef ENABLE_DEBUG
warn("Loaded all kernel moduels", NULL);
warn("Loaded all kernel modules", NULL);
#endif
#endif /* defined(ENABLE_MODULES) */

Expand Down

0 comments on commit db318bf

Please sign in to comment.