Clarify comments.

This commit is contained in:
grog 2003-05-05 05:35:52 +00:00
parent 5f504a0d0c
commit d7e13beef9

View File

@ -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)
{