summaryrefslogtreecommitdiff
path: root/src/include/storage/spin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/spin.h')
-rw-r--r--src/include/storage/spin.h2
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