aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.c b/list.c
index 85a7093..5d8ebde 100644
--- a/list.c
+++ b/list.c
@@ -1,5 +1,5 @@
// references:
-// "C Primer Plus" Chapter17 practice 17 problem 2
+// "C Primer Plus" Chapter17 practice problem 2
//list.c--支持列表操作的函数
#include <stdio.h>