diff options
author | Miles Bader <miles@gnu.org> | 1995-08-29 18:37:19 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-29 18:37:19 +0000 |
commit | b3b6efaf4117e067cc1c738e01f853789aaa860c (patch) | |
tree | b0e1e48d2e0fea40507435f692bc23570d263049 /libpipe | |
parent | d53c57a521ddb186a461a3167434aa10950a5bd4 (diff) |
`aquire' -> `acquire'.
Diffstat (limited to 'libpipe')
-rw-r--r-- | libpipe/pipe.c | 2 |
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)) |