Fix typo in hba.c
authorMichael Paquier <michael@paquier.xyz>
Sat, 26 Nov 2022 01:14:18 +0000 (10:14 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 26 Nov 2022 01:14:18 +0000 (10:14 +0900)
Spotted while reading through the git history.

src/backend/libpq/hba.c

index 95677c48e439908e2c85779d6f7673eafc037d9c..46e91441ac5d4db662f599589687f45b856e25be 100644 (file)
@@ -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);