glibc/string/bits
Zack Weinberg 9601d3ad78 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.
2016-11-14 12:35:10 -05:00
..
string2.h Fix typo in string/bits/string2.h. 2016-11-14 12:35:10 -05:00
string3.h Remove C++ style comments from string3.h 2016-09-29 17:16:41 -07:00