diff options
| author | Magnus Hagander | 2018-11-02 12:56:16 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2018-11-02 12:56:52 +0000 |
| commit | fbec7459aa39da864ad1d578f044a21c3b3b057c (patch) | |
| tree | 79d55688053fef8d9d63099f06f8eca154b5142e /src/backend/utils/cache/relfilenodemap.c | |
| parent | 8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (diff) | |
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <[email protected]>
Diffstat (limited to 'src/backend/utils/cache/relfilenodemap.c')
| -rw-r--r-- | src/backend/utils/cache/relfilenodemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/relfilenodemap.c b/src/backend/utils/cache/relfilenodemap.c index 6f6bba79c34..34679725b3d 100644 --- a/src/backend/utils/cache/relfilenodemap.c +++ b/src/backend/utils/cache/relfilenodemap.c @@ -29,7 +29,7 @@ #include "utils/relfilenodemap.h" #include "utils/relmapper.h" -/* Hash table for informations about each relfilenode <-> oid pair */ +/* Hash table for information about each relfilenode <-> oid pair */ static HTAB *RelfilenodeMapHash = NULL; /* built first time through in InitializeRelfilenodeMap */ |
