Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitacc2b1e

Browse files
committed
Fix typo in comment.
1 parent670bf71 commitacc2b1e

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
staticvoidForgetPrivateRefCountEntry(PrivateRefCountEntry*ref);
139139

140140
/*
141-
* Ensure that thethePrivateRefCountArray has sufficient space to store one
142-
*moreentry. This has to be called before using NewPrivateRefCountEntry() to
143-
*filla 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
staticvoid
146146
ReservePrivateRefCountEntry(void)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp