From fbec7459aa39da864ad1d578f044a21c3b3b057c Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 2 Nov 2018 13:56:16 +0100 Subject: Fix spelling errors and typos in comments Author: Daniel Gustafsson --- src/backend/utils/cache/relfilenodemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/cache/relfilenodemap.c') 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 */ -- cgit v1.2.3