diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-09-23 07:24:20 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-23 07:24:33 -0700 |
commit | 69a55ecbdd6bbb4e31bec3c54b41284539486dc5 (patch) | |
tree | db0b74cc6102d9f614003d8c75026c8448ad713a | |
parent | cdeb75380c910f22b1c8d42defca5946fd594d75 (diff) |
doc/: typo fix
noted by Carlo Zinato <c.zinato@viscount.it>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | docs/Glibc_vs_uClibc_Differences.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Glibc_vs_uClibc_Differences.txt b/docs/Glibc_vs_uClibc_Differences.txt index 4ed24639e..ffddbae5f 100644 --- a/docs/Glibc_vs_uClibc_Differences.txt +++ b/docs/Glibc_vs_uClibc_Differences.txt @@ -66,7 +66,7 @@ encrypt_r, since these are not required by SuSv3. 12) uClibc directly uses kernel types to define most opaque data types. -13) uClibc directly uses the linux kernel's arch specific 'stuct stat'. +13) uClibc directly uses the linux kernel's arch specific 'struct stat'. 14) uClibc's librt library currently lacks all aio routines, all clock routines, and all shm routines (only the timer routines and the mq |