From 081efd12325ed0b768d404e10f1ac749a90f8225 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 20 Feb 2008 22:57:24 +0000 Subject: corrected English in comment --- libbb/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/read.c') 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) * So far I don't see any good solution, I can only propose * that affected readers should be careful and use this routine, * which detects EAGAIN and uses poll() to wait on the fd. - * Thanksfully, poll() doesn't give rat's ass about O_NONBLOCK flag. + * Thankfully, poll() doesn't care about O_NONBLOCK flag. */ ssize_t nonblock_safe_read(int fd, void *buf, size_t count) { -- cgit v1.2.3