Fix comment typo

This commit is contained in:
Robert Ransom 2011-06-19 01:25:51 -07:00
parent b181985a8f
commit 8a55da57ed

View file

@ -39,7 +39,7 @@
/* ============================================================ */
/* First, let's see if strcmp is working. (All your test cases should be
* functions declared to take a single void * as) an argument. */
* functions declared to take a single void * as an argument.) */
void
test_strcmp(void *data)
{