summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-09-09 22:54:07 +1000
committerAllan McRae <allan@archlinux.org>2013-09-09 22:56:38 +1000
commita9f5ce099cb30fe6b8f2ba240cacffe7ecfbfef2 (patch)
treecb962c701516efd9dee6c42f8e477b233758f5ac /ChangeLog
parent34829bc28f727ad9db6a180191c62d33f67b7915 (diff)
Fix typo in strcoll example
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 496a236f09..9b73de5cb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-09-09 Allan McRae <allan@archlinux.org>
+ [BZ #15939]
+ * manual/string.texi (Collation Functions): Fix typo in
+ strcoll example.
+ Reported by Suren Karapetyan <me@suren.karapetyan.name>.
+
[BZ #15893]
* stdlib/isomac.c (get_null_defines): Fix memory leak.