Skip to content

Commit acc2b1e

Browse files
committed
Fix typo in comment.
1 parent 670bf71 commit acc2b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/storage/buffer/bufmgr.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer);
138138
static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref);
139139

140140
/*
141-
* Ensure that the the PrivateRefCountArray has sufficient space to store one
142-
* more entry. This has to be called before using NewPrivateRefCountEntry() to
143-
* fill a new entry - but it's perfectly fine to not use a reserved entry.
141+
* Ensure that the PrivateRefCountArray has sufficient space to store one more
142+
* entry. This has to be called before using NewPrivateRefCountEntry() to fill
143+
* a new entry - but it's perfectly fine to not use a reserved entry.
144144
*/
145145
static void
146146
ReservePrivateRefCountEntry(void)

0 commit comments

Comments
 (0)