]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
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:30 +0000 (21:09 +0100)
Reported-by: Daniel Verite <daniel@manitou-mail.org>
src/common/unicode_norm.c

index 5361f5f111ec0a61e78a6a9f7f522daf26dca666..5000565aa8b401a78b612825ca7d26e39a94b2ca 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 *