From 02ac05b4c0229bd662b3afa07f370df0a5cbdb54 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 26 Nov 2022 10:14:18 +0900 Subject: [PATCH] Fix typo in hba.c Spotted while reading through the git history. --- src/backend/libpq/hba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c index 95677c48e4..46e91441ac 100644 --- a/src/backend/libpq/hba.c +++ b/src/backend/libpq/hba.c @@ -562,7 +562,7 @@ tokenize_expand_file(List *tokens, /* * There is possible recursion here if the file contains @ or an include - * records. + * record. */ tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel, depth);