aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/unicode_norm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode_norm.c b/src/common/unicode_norm.c
index affec88f992..ab56490a075 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 *