diff options
Diffstat (limited to 'src/include/storage/spin.h')
-rw-r--r-- | src/include/storage/spin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h index 66698645c2d..16413856ca8 100644 --- a/src/include/storage/spin.h +++ b/src/include/storage/spin.h @@ -19,7 +19,7 @@ * Unlock a previously acquired lock. * * bool SpinLockFree(slock_t *lock) - * Tests if the lock is free. Returns TRUE if free, FALSE if locked. + * Tests if the lock is free. Returns true if free, false if locked. * This does *not* change the state of the lock. * * Callers must beware that the macro argument may be evaluated multiple |