diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-05-30 16:16:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-05-30 16:16:32 +0000 |
commit | 14c4d3dea9850dece43520539ce1b499db8d08c8 (patch) | |
tree | bf29c64ccd93a00d55dbbc4a1089008c22b84e0d /src | |
parent | 6af04882de5c519d7e49af8e69a031d2b3b46adc (diff) | |
download | postgresql-14c4d3dea9850dece43520539ce1b499db8d08c8.tar.gz postgresql-14c4d3dea9850dece43520539ce1b499db8d08c8.zip |
Fix trivial misspelling in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index 79494e65020..559ea1cec31 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.104 2007/03/03 18:46:40 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.105 2007/05/30 16:16:32 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -394,7 +394,7 @@ typedef enum LOCKACQUIRE_ALREADY_HELD /* incremented count for lock already held */ } LockAcquireResult; -/* Deadlock states identified by DeadlockCheck() */ +/* Deadlock states identified by DeadLockCheck() */ typedef enum { DS_DEADLOCK_NOT_FOUND, /* no deadlock found within database server */ |