summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneal <neal>2008-02-15 10:57:36 +0000
committerneal <neal>2008-02-15 10:57:36 +0000
commitd83d9c90762b140f585f5a0317e54728813348a0 (patch)
treedceea738f7b5d123f01f9755fc12917299503e39
parentf92ba6e4c187946af90fd683b960edb11eed1417 (diff)
Fix typo.
-rw-r--r--viengoos/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 950ea77..86e1dc7 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,6 +1,6 @@
2008-02-15 Neal H. Walfield <neal@gnu.org>
- * list.h (list_unlink): New function.
+ * list.h (list_insert_after): New function.
(LIST_CLASS): Add above function to template.
(LIST_CLASS_TYPE): New macro.