From 09e40f2b68e1a04d7d0bb0e91f56df0d64b21786 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Feb 2020 20:52:42 +0100 Subject: [PATCH] Fix typo Reported-by: Daniel Verite --- src/common/unicode_norm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/unicode_norm.c b/src/common/unicode_norm.c index 6281f2222f..e2c5d25b6c 100644 --- a/src/common/unicode_norm.c +++ b/src/common/unicode_norm.c @@ -300,7 +300,7 @@ decompose_code(pg_wchar code, pg_wchar **result, int *current) * The input is a 0-terminated array of codepoints. * * In frontend, returns a 0-terminated array of codepoints, allocated with - * malloc. Or NULL if we run out of memory. In frontend, the returned + * malloc. Or NULL if we run out of memory. In backend, the returned * string is palloc'd instead, and OOM is reported with ereport(). */ pg_wchar *