From acc2b1e843ae04e97025880f33a82f326ab12d59 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 28 Jan 2015 10:26:30 +0200 Subject: [PATCH] Fix typo in comment. --- src/backend/storage/buffer/bufmgr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c index 7eb2d22fa1..d208a7bee4 100644 --- a/src/backend/storage/buffer/bufmgr.c +++ b/src/backend/storage/buffer/bufmgr.c @@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer); static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref); /* - * Ensure that the the PrivateRefCountArray has sufficient space to store one - * more entry. This has to be called before using NewPrivateRefCountEntry() to - * fill a new entry - but it's perfectly fine to not use a reserved entry. + * Ensure that the PrivateRefCountArray has sufficient space to store one more + * entry. This has to be called before using NewPrivateRefCountEntry() to fill + * a new entry - but it's perfectly fine to not use a reserved entry. */ static void ReservePrivateRefCountEntry(void) -- 2.40.0