From: Robert Ransom Date: Sun, 19 Jun 2011 08:25:51 +0000 (-0700) Subject: Fix comment typo X-Git-Tag: tor-0.2.2.30-rc~8^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a55da57ed17dfb9cefe3193cbda53a15547630e;p=thirdparty%2Ftor.git Fix comment typo --- 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) {