Commit 8a55da57 authored by Robert Ransom's avatar Robert Ransom
Browse files

Fix comment typo

parent b181985a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{