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:09:39 +0000 (21:09 +0100)
Reported-by: Daniel Verite <daniel@manitou-mail.org>
src/common/unicode_norm.c

index 1eacdb298f334a903df3493eb6b73f6f064a6f9b..18b4a9a3558f38a48b66646a89b62e878a065e30 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 *