Browse Source

Fix comment typo

Robert Ransom 14 years ago
parent
commit
8a55da57ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/tinytest_demo.c

+ 1 - 1
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)
 {