Remove nested comment.

This commit is contained in:
Kurt Zeilenga 1999-11-28 02:14:09 +00:00
parent eaaea51b53
commit aee2482547

View File

@ -26,7 +26,7 @@ LDAP_BEGIN_DECL
*
* bitsof(short) == 2
* bitsof(int) == 4
* bitsof(long) == 4 /* or larger */
* bitsof(long) == 4 (or larger)
*
* typedef unsigned int size_t;
* typedef unsigned int SOCKET;