Commit af574385 authored by Robert Haas's avatar Robert Haas

Improve header comment for LockHasWaitersRelation.

Dimitry Ivanov spotted a typo, and I added a bit of wordsmithing.
parent f9472d72
...@@ -268,8 +268,8 @@ UnlockRelation(Relation relation, LOCKMODE lockmode) ...@@ -268,8 +268,8 @@ UnlockRelation(Relation relation, LOCKMODE lockmode)
/* /*
* LockHasWaitersRelation * LockHasWaitersRelation
* *
* This is a functiion to check if someone else is waiting on a * This is a function to check whether someone else is waiting for a
* lock, we are currently holding. * lock which we are currently holding.
*/ */
bool bool
LockHasWaitersRelation(Relation relation, LOCKMODE lockmode) LockHasWaitersRelation(Relation relation, LOCKMODE lockmode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment