diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-06-19 01:25:51 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-06-22 13:42:28 -0700 |
commit | 8a55da57ed17dfb9cefe3193cbda53a15547630e (patch) | |
tree | 016ceaa1d1fabb7533fe72be1e118089bafd1d05 /src | |
parent | b181985a8f98c0ba15230912f059e1fcf7c626f1 (diff) | |
download | tor-8a55da57ed17dfb9cefe3193cbda53a15547630e.tar.gz tor-8a55da57ed17dfb9cefe3193cbda53a15547630e.zip |
Fix comment typo
Diffstat (limited to 'src')
-rw-r--r-- | src/test/tinytest_demo.c | 2 |
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) { |