Fix typo
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 19 Feb 2020 19:52:42 +0000 (20:52 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 19 Feb 2020 20:08:47 +0000 (21:08 +0100)
Reported-by: Daniel Verite <daniel@manitou-mail.org>
src/common/unicode_norm.c

index affec88f9922acc325db75d6e332e6a8ff8e404b..ab56490a0753157f775ac85a65ba7e1cc776a33c 100644 (file)
@@ -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 *