diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-03-10 14:57:02 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-03-10 14:57:02 -0500 |
commit | 64360987953e450e53098e6b79d89c5b80dc7842 (patch) | |
tree | ff510bde3ea2608a9966f198fb30449757ccc483 /src/backend/storage/ipc/shmqueue.c | |
parent | d16e290a8a52d76d01ef1d70f8c33336942a0870 (diff) | |
download | postgresql-64360987953e450e53098e6b79d89c5b80dc7842.tar.gz postgresql-64360987953e450e53098e6b79d89c5b80dc7842.zip |
Minor sync rep corrections.
Fujii Masao, with a bit of additional wordsmithing by me.
Diffstat (limited to 'src/backend/storage/ipc/shmqueue.c')
-rw-r--r-- | src/backend/storage/ipc/shmqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/shmqueue.c b/src/backend/storage/ipc/shmqueue.c index 5d684b2b85f..d7ec3013a6e 100644 --- a/src/backend/storage/ipc/shmqueue.c +++ b/src/backend/storage/ipc/shmqueue.c @@ -157,7 +157,7 @@ SHMQueueNext(const SHM_QUEUE *queue, const SHM_QUEUE *curElem, Size linkOffset) /*-------------------- * SHMQueuePrev -- Get the previous element from a queue * - * Same as SHMQueueNext, just starting at tail and moving towards head + * Same as SHMQueueNext, just starting at tail and moving towards head. * All other comments and usage applies. */ Pointer |