summaryrefslogtreecommitdiff
path: root/lib/pipe-filter-ii.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
commita4d796fb141dac5d85328872e2fefbd5c44870e1 (patch)
tree3afd9efea5ac2d5fa6d5b9c0e2e45643aea10119 /lib/pipe-filter-ii.c
parent04b6c2e58486cfb30641633962249753052ba89f (diff)
downloadgnulib-a4d796fb141dac5d85328872e2fefbd5c44870e1.tar.gz
maint: spelling fixes
Diffstat (limited to 'lib/pipe-filter-ii.c')
-rw-r--r--lib/pipe-filter-ii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pipe-filter-ii.c b/lib/pipe-filter-ii.c
index 1e1d61e90d..dd57f0a011 100644
--- a/lib/pipe-filter-ii.c
+++ b/lib/pipe-filter-ii.c
@@ -348,7 +348,7 @@ pipe_filter_ii_execute (const char *progname,
if (buf != NULL)
{
/* Writing to a pipe in non-blocking mode is tricky: The
- write() call may fail with EAGAIN, simply because suffcient
+ write() call may fail with EAGAIN, simply because sufficient
space is not available in the pipe. See POSIX:2008
<http://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html>.
This happens actually on AIX and IRIX, when bufsize >= 8192