aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-12-04 15:23:18 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-12-04 15:24:35 -0800
commit5d1d4918eebdaaf0ab0a5baf28c502c32c21f12e (patch)
treebd42c16f33aa8d368d998cf6302c51be02c2725c /ChangeLog
parent8f5e8b01a1da2a207228f2072c934fa5918554b8 (diff)
downloadglibc-5d1d4918eebdaaf0ab0a5baf28c502c32c21f12e.tar.xz
glibc-5d1d4918eebdaaf0ab0a5baf28c502c32c21f12e.zip
Fix typo in strncat, wcsncat manual entries
* manual/string.texi (Copying and Concatenation): Fix typos in sample implementations of strncat and wcsncat, by having them use the old value of the destination length, not the new one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edd7ccf33a..379ba75ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-12-04 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix typo in strncat, wcsncat manual entries
+ * manual/string.texi (Copying and Concatenation): Fix typos in
+ sample implementations of strncat and wcsncat, by having them use
+ the old value of the destination length, not the new one.
+
2015-12-04 Joseph Myers <joseph@codesourcery.com>
[BZ #16961]