Doc & formatting fixes.

This commit is contained in:
Markus Armbruster 2005-05-30 15:03:24 +00:00
parent 18ee9a2f35
commit 1ec5767d5f
5 changed files with 3 additions and 6 deletions

View file

@ -70,7 +70,7 @@ stmtch(char *needle, void *haystack, ptrdiff_t offs, size_t elt_size)
/*
* Compare A with B.
* Return ME_EXACT if they are the same, or A is a prefix of B
* followed by a space.
* followed by a space in B.
* Return ME_PARTIAL if A is a prefix of B not followed by a space.
* Else return ME_NOMATCH.
*/