aboutsummaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'list.h')
-rw-r--r--list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.h b/list.h
index ddc523e..712a6fe 100644
--- a/list.h
+++ b/list.h
@@ -1,5 +1,5 @@
// references:
-// "C Primer Plus" Chapter17 practice 17 problem 2
+// "C Primer Plus" Chapter17 practice problem 2
/*list.h--简单列表类型的头文件*/
#ifndef LIST_H_