diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-19 09:16:33 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-19 09:16:33 +0100 |
commit | 00ddd44cdad8142c6bb836efbfde9f38fa31b899 (patch) | |
tree | 2f63d403b697d076f0822778786629438dad3e1a /docs | |
parent | 2f8a46032d4df70d4d42bff6738b64ae35bb42cf (diff) | |
download | busybox-w32-00ddd44cdad8142c6bb836efbfde9f38fa31b899.tar.gz busybox-w32-00ddd44cdad8142c6bb836efbfde9f38fa31b899.tar.bz2 busybox-w32-00ddd44cdad8142c6bb836efbfde9f38fa31b899.zip |
fix typos in comments and doc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/style-guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.txt b/docs/style-guide.txt index a58931ae7..fdf6cfe4d 100644 --- a/docs/style-guide.txt +++ b/docs/style-guide.txt | |||
@@ -422,7 +422,7 @@ called 'strings.c' - instead of two, food for thought). | |||
422 | Testing String Equivalence | 422 | Testing String Equivalence |
423 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | 423 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
424 | 424 | ||
425 | There's a right way and a wrong way to test for sting equivalence with | 425 | There's a right way and a wrong way to test for string equivalence with |
426 | strcmp(): | 426 | strcmp(): |
427 | 427 | ||
428 | The wrong way: | 428 | The wrong way: |