Fix typo in string/bits/string2.h.
commit9601d3ad787729c74f3971814426fc9e64571d80
authorZack Weinberg <zackw@panix.com>
Mon, 14 Nov 2016 17:35:10 +0000 (14 12:35 -0500)
committerZack Weinberg <zackw@panix.com>
Mon, 14 Nov 2016 17:35:10 +0000 (14 12:35 -0500)
tree3706ef10e08e71ae36a5a0cdee8428ac32b69827
parent809b72df6c90303aa3622a28f2837ec6c518290d
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.
ChangeLog
string/bits/string2.h