]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment typo
authorRobert Ransom <rransom.8774@gmail.com>
Sun, 19 Jun 2011 08:25:51 +0000 (01:25 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Wed, 22 Jun 2011 20:42:28 +0000 (13:42 -0700)
src/test/tinytest_demo.c

index bd33cc37facd0c75a53ef88784e8b58259f1806e..4d2f588435dce5d0d1b01c3b4cca405323916fb5 100644 (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)
 {