From b3b6efaf4117e067cc1c738e01f853789aaa860c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 29 Aug 1995 18:37:19 +0000 Subject: `aquire' -> `acquire'. --- libpipe/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpipe/pipe.c') 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)) -- cgit v1.2.3