diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/vinumlock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumlock.c b/sys/dev/vinum/vinumlock.c index 8221147608529..bf1b051350da9 100644 --- a/sys/dev/vinum/vinumlock.c +++ b/sys/dev/vinum/vinumlock.c @@ -234,7 +234,7 @@ unlockrange(int plexno, struct rangelock *lock) wakeup((void *) lock); } -/* Get a lock for the global config, wait if it's not available */ +/* Get a lock for the global config. Wait if it's not available. */ int lock_config(void) { @@ -249,7 +249,7 @@ lock_config(void) return 0; } -/* Unlock and wake up any waiters */ +/* Unlock global config and wake up any waiters. */ void unlock_config(void) { |
