From 64360987953e450e53098e6b79d89c5b80dc7842 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 10 Mar 2011 14:57:02 -0500 Subject: Minor sync rep corrections. Fujii Masao, with a bit of additional wordsmithing by me. --- src/backend/storage/ipc/shmqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/ipc/shmqueue.c') 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 -- cgit v1.2.3