Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14c4d3d

Browse files
committed
Fix trivial misspelling in comment.
1 parent 6af0488 commit 14c4d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.104 2007/03/03 18:46:40 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.105 2007/05/30 16:16:32 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -394,7 +394,7 @@ typedef enum
394394
LOCKACQUIRE_ALREADY_HELD /* incremented count for lock already held */
395395
} LockAcquireResult;
396396

397-
/* Deadlock states identified by DeadlockCheck() */
397+
/* Deadlock states identified by DeadLockCheck() */
398398
typedef enum
399399
{
400400
DS_DEADLOCK_NOT_FOUND, /* no deadlock found within database server */

0 commit comments

Comments
 (0)