summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/structured_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/structured_list.h b/core/structured_list.h
index 232e4ee34..cdf76bb8e 100644
--- a/core/structured_list.h
+++ b/core/structured_list.h
@@ -2,8 +2,7 @@
#ifndef STRUCTURED_LIST_H
#define STRUCTURED_LIST_H
-/* Clear everything but the first element;
- * this works for taglist, picturelist, even dive computers */
+/* Clear whole list; this works for taglist, picturelist and dive computers */
#define STRUCTURED_LIST_FREE(_type, _start, _free) \
{ \
_type *_ptr = _start; \