From: Amit Langote Date: Tue, 12 Nov 2024 06:56:51 +0000 (+0900) Subject: Add missing word in comment X-Git-Tag: REL_18_BETA1~1499 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfeeb065ea2c870cf4d9dfcd552d23d72432e692;p=thirdparty%2Fpostgresql.git Add missing word in comment Discussion: https://postgr.es/m/CA+HiwqFgdp8=0_gi+DU0fPWZbg7qY3KZ_c1Wj1DEvzXC4BCnMQ@mail.gmail.com --- diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h index 899d0d681c5..5ab992f5bd5 100644 --- a/src/include/storage/smgr.h +++ b/src/include/storage/smgr.h @@ -27,7 +27,7 @@ * descriptors.) * * An SMgrRelation may be "pinned", to prevent it from being destroyed while - * it's in use. We use this to prevent pointers relcache to smgr from being + * it's in use. We use this to prevent pointers in relcache to smgr from being * invalidated. SMgrRelations that are not pinned are deleted at end of * transaction. */