diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-20 22:57:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-20 22:57:24 +0000 |
commit | 081efd12325ed0b768d404e10f1ac749a90f8225 (patch) | |
tree | e527690116a862a1c01b0172e2606c235fc399a6 /libbb | |
parent | a523e2efad954e93e5e63aa3bf5ac5dd32bf2c13 (diff) | |
download | busybox-w32-081efd12325ed0b768d404e10f1ac749a90f8225.tar.gz busybox-w32-081efd12325ed0b768d404e10f1ac749a90f8225.tar.bz2 busybox-w32-081efd12325ed0b768d404e10f1ac749a90f8225.zip |
corrected English in comment
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/read.c b/libbb/read.c index 2cd86b81b..640293b70 100644 --- a/libbb/read.c +++ b/libbb/read.c | |||
@@ -54,7 +54,7 @@ ssize_t safe_read(int fd, void *buf, size_t count) | |||
54 | * So far I don't see any good solution, I can only propose | 54 | * So far I don't see any good solution, I can only propose |
55 | * that affected readers should be careful and use this routine, | 55 | * that affected readers should be careful and use this routine, |
56 | * which detects EAGAIN and uses poll() to wait on the fd. | 56 | * which detects EAGAIN and uses poll() to wait on the fd. |
57 | * Thanksfully, poll() doesn't give rat's ass about O_NONBLOCK flag. | 57 | * Thankfully, poll() doesn't care about O_NONBLOCK flag. |
58 | */ | 58 | */ |
59 | ssize_t nonblock_safe_read(int fd, void *buf, size_t count) | 59 | ssize_t nonblock_safe_read(int fd, void *buf, size_t count) |
60 | { | 60 | { |