浏览代码

Fix comment typo

Robert Ransom 14 年之前
父节点
当前提交
8a55da57ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 /* 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
 void
 test_strcmp(void *data)
 test_strcmp(void *data)
 {
 {