aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2016-11-14 12:35:10 -0500
committerZack Weinberg <zackw@panix.com>2016-11-14 12:35:10 -0500
commit9601d3ad787729c74f3971814426fc9e64571d80 (patch)
tree3706ef10e08e71ae36a5a0cdee8428ac32b69827 /ChangeLog
parent809b72df6c90303aa3622a28f2837ec6c518290d (diff)
downloadglibc-9601d3ad787729c74f3971814426fc9e64571d80.tar
glibc-9601d3ad787729c74f3971814426fc9e64571d80.tar.gz
glibc-9601d3ad787729c74f3971814426fc9e64571d80.tar.bz2
glibc-9601d3ad787729c74f3971814426fc9e64571d80.zip
Fix typo in string/bits/string2.h.
The comment above the bzero() macro in this file appears to have been copied verbatim from the comment above the memset() prototype in string.h proper. bzero() has no 'c' argument and can only set memory contents to 0. (The comment above the prototype of bzero() in string.h proper does not make the same mistake.) * string/bits/string2.h: Fix typo in comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2b6683003..ca424aeb79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2016-11-14 Zack Weinberg <zackw@panix.com>
+ * string/bits/string2.h: Fix typo in comment.
+
+2016-11-14 Zack Weinberg <zackw@panix.com>
+
* misc/sys/sysmacros.h (__SYSMACROS_DM, __SYSMACROS_DM1): New macros.
(__SYSMACROS_DEPRECATION_MSG, __SYSMACROS_FST_DECL_TEMPL)
(__SYSMACROS_FST_IMPL_TEMPL): Delete.