From 86a1aae764b03c7fe06e290e409c8d1a72ff187d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 22 Jul 2021 09:37:35 +0200 Subject: Fix typo in comment Author: Kyotaro Horiguchi Discussion: https://www.postgresql.org/message-id/flat/20210716.170209.175434392011070182.horikyota.ntt%40gmail.com --- src/backend/utils/mb/Unicode/convutils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/mb/Unicode/convutils.pm') diff --git a/src/backend/utils/mb/Unicode/convutils.pm b/src/backend/utils/mb/Unicode/convutils.pm index 551603ee144..284746985e3 100644 --- a/src/backend/utils/mb/Unicode/convutils.pm +++ b/src/backend/utils/mb/Unicode/convutils.pm @@ -579,7 +579,7 @@ sub print_radix_table printf $out " 0x%02x, /* b3_3_lower */\n", $b3_3_lower; printf $out " 0x%02x, /* b3_3_upper */\n", $b3_3_upper; printf $out "\n"; - printf $out " 0x%04x, /* offset of table for 3-byte inputs */\n", + printf $out " 0x%04x, /* offset of table for 4-byte inputs */\n", $b4root; printf $out " 0x%02x, /* b4_1_lower */\n", $b4_1_lower; printf $out " 0x%02x, /* b4_1_upper */\n", $b4_1_upper; -- cgit v1.2.3