Signed-off-by: Gilles Espinasse <g.esp at free.fr>
---
scripts/Makefile.host | 2 +-
usr/klibc/CAVEATS | 2 +-
usr/klibc/README.klibc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/Makefile.host b/scripts/Makefile.host
index d8ab687..6a6b949 100644
--- a/scripts/Makefile.host
+++ b/scripts/Makefile.host
@@ -5,7 +5,7 @@
#
# Both C and C++ is supported, but preferred language is C for such utilities.
#
-# Samle syntax (see Documentation/kbuild/makefile.txt for reference)
+# Sample syntax (see Documentation/kbuild/makefile.txt for reference)
# hostprogs-y := bin2hex
# Will compile bin2hex.c and create an executable named bin2hex
#
diff --git a/usr/klibc/CAVEATS b/usr/klibc/CAVEATS
index 2cead70..5e991cb 100644
--- a/usr/klibc/CAVEATS
+++ b/usr/klibc/CAVEATS
@@ -1,5 +1,5 @@
-------------------------------------------------
- Please note the following caveats to using klibc:
+ Please note the following caveats when using klibc:
-------------------------------------------------
optimization:
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 234e54b..b4135cb 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -1,6 +1,6 @@
This is klibc, what is intended to be a minimalistic libc subset for
use with initramfs. It is deliberately written for small size,
-minimal entaglement, and portability, not speed. It is definitely a
+minimal entanglement, and portability, not speed. It is definitely a
work in progress, and a lot of things are still missing.
--
1.7.3.4