diff options
-rw-r--r-- | src/include/storage/smgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |