From 8a55da57ed17dfb9cefe3193cbda53a15547630e Mon Sep 17 00:00:00 2001 From: Robert Ransom Date: Sun, 19 Jun 2011 01:25:51 -0700 Subject: [PATCH] Fix comment typo --- src/test/tinytest_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/tinytest_demo.c b/src/test/tinytest_demo.c index bd33cc37fa..4d2f588435 100644 --- a/src/test/tinytest_demo.c +++ b/src/test/tinytest_demo.c @@ -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) { -- 2.47.3