summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-06-19 01:25:51 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-06-22 13:42:28 -0700
commit8a55da57ed17dfb9cefe3193cbda53a15547630e (patch)
tree016ceaa1d1fabb7533fe72be1e118089bafd1d05
parentb181985a8f98c0ba15230912f059e1fcf7c626f1 (diff)
downloadtor-8a55da57ed17dfb9cefe3193cbda53a15547630e.tar.gz
tor-8a55da57ed17dfb9cefe3193cbda53a15547630e.zip
Fix comment typo
-rw-r--r--src/test/tinytest_demo.c2
1 files changed, 1 insertions, 1 deletions
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)
{