diff options
| author | wiz <wiz@NetBSD.org> | 2002-07-10 23:16:32 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-07-10 23:16:32 +0000 |
| commit | 4b20971f01e3500a59eb1a07c9cd722cd26a5c6e (patch) | |
| tree | 82998221428c28e06c78c4e30b152f958a97d0a2 /usr.sbin/rpc.lockd | |
| parent | babf9fcdb04b7b4ceacc818b4c897280152d6114 (diff) | |
Spell acquire with a 'c'.
Diffstat (limited to 'usr.sbin/rpc.lockd')
| -rw-r--r-- | usr.sbin/rpc.lockd/lockd_lock.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.lockd/lockd_lock.c b/usr.sbin/rpc.lockd/lockd_lock.c index 6be9940edcb..5c74e20cafb 100644 --- a/usr.sbin/rpc.lockd/lockd_lock.c +++ b/usr.sbin/rpc.lockd/lockd_lock.c @@ -1,4 +1,4 @@ -/* $NetBSD: lockd_lock.c,v 1.8 2001/10/23 19:54:53 oster Exp $ */ +/* $NetBSD: lockd_lock.c,v 1.9 2002/07/10 23:16:34 wiz Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -73,7 +73,7 @@ struct file_lock { /* lock status */ #define LKST_LOCKED 1 /* lock is locked */ #define LKST_WAITING 2 /* file is already locked by another host */ -#define LKST_PROCESSING 3 /* child is trying to aquire the lock */ +#define LKST_PROCESSING 3 /* child is trying to acquire the lock */ #define LKST_DYING 4 /* must dies when we get news from the child */ void lfree __P((struct file_lock *)); @@ -134,7 +134,7 @@ testlock(lock, flags) } /* - * getlock: try to aquire the lock. + * getlock: try to acquire the lock. * If file is already locked and we can sleep, put the lock in the list with * status LKST_WAITING; it'll be processed later. * Otherwise try to lock. If we're allowed to block, fork a child which @@ -406,7 +406,7 @@ sigchild_handler(sig) /* * - * try to aquire the lock described by fl. Eventually fock a child to do a + * try to acquire the lock described by fl. Eventually fork a child to do a * blocking lock if allowed and required. */ |
