summaryrefslogtreecommitdiff
path: root/libpipe/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpipe/pipe.c')
-rw-r--r--libpipe/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpipe/pipe.c b/libpipe/pipe.c
index 413b4ec2..ce38cb6a 100644
--- a/libpipe/pipe.c
+++ b/libpipe/pipe.c
@@ -81,7 +81,7 @@ pipe_kick (struct pipe *pipe)
mutex_lock (&pipe->lock); /* Get back the lock on PIPE. */
}
-/* Take any actions necessary when PIPE aquires its first writer. */
+/* Take any actions necessary when PIPE acquires its first writer. */
void _pipe_first_writer (struct pipe *pipe)
{
if (! (pipe->class->flags & PIPE_CLASS_CONNECTIONLESS))