aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2011-01-30 19:58:16 +0100
committermaximilian attems <max@stro.at>2011-01-30 21:20:09 +0100
commitbd40e25218ea46d0b867e5b8dff4284f26c3854a (patch)
tree4f4f0a051d7710018cdeac998552a91fa8ed765e
parent0b40b7a7f71a773b606369e71fff8a6fbe22dbdf (diff)
downloadklibc-bd40e25218ea46d0b867e5b8dff4284f26c3854a.tar.gz
[klibc] Very minor various typo fixes
Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--scripts/Makefile.host2
-rw-r--r--usr/klibc/CAVEATS2
-rw-r--r--usr/klibc/README.klibc2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host
index d8ab687f29012..6a6b949424f8e 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 2cead701002d1..5e991cb7b69cb 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 234e54b5eab25..b4135cb4753b1 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.