From 088eb1538ce708ae5f760a79a7969bfbe38c9888 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Mon, 9 Jun 2008 06:55:34 +0000 Subject: [PATCH] Fix typo in comment. --- src/backend/storage/lmgr/proc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c index 4d975f15bc..4517ab81ec 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -1171,9 +1171,9 @@ CheckDeadLock(void) /* * Check to see if we've been awoken by anyone in the interim. * - * If we have we can return and resume our transaction -- happy day. - * Before we are awoken the process releasing the lock grants it to us so - * we know that we don't have to wait anymore. + * If we can return and resume our transaction -- happy day. Before we + * are awoken the process releasing the lock grants it to us so we know + * that we don't have to wait anymore. * * We check by looking to see if we've been unlinked from the wait queue. * This is quicker than checking our semaphore's state, since no kernel -- 2.39.5