]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 28 Jan 2015 08:26:30 +0000 (10:26 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 28 Jan 2015 08:26:30 +0000 (10:26 +0200)
src/backend/storage/buffer/bufmgr.c

index 7eb2d22fa16169cc6f4e4c93fbb9223cab1f4553..d208a7bee46472396a5fe623e89dcd3507034bb0 100644 (file)
@@ -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)