summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/README
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-12 09:21:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-12 09:21:07 +0000
commit4d08c7582231e73b744092123029fa58b8fb3387 (patch)
treed15f91ea24196800c7f6fd56bc01ae48a25eb08f /libc/sysdeps/linux/README
parente2bccada4046449a2e5668eccf9651d87aa1492d (diff)
- fix typo
Diffstat (limited to 'libc/sysdeps/linux/README')
-rw-r--r--libc/sysdeps/linux/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/README b/libc/sysdeps/linux/README
index 4a7e4d2f0..76944f9e9 100644
--- a/libc/sysdeps/linux/README
+++ b/libc/sysdeps/linux/README
@@ -1,7 +1,7 @@
This directory level abstracts out the Linux Operating System dependent
-features of uClibc for suported Linux architectures/CPUs. If you wanted to
+features of uClibc for supported Linux architectures/CPUs. If you wanted to
port uClibc to some new Linux architecture (arm, mips, etc), this is the place
to add that support.
-All the common stuff that is not at all dependent on a particular Linux architecture
+All stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.