aboutsummaryrefslogtreecommitdiff
path: root/src/sllist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sllist.h')
-rw-r--r--src/sllist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sllist.h b/src/sllist.h
index 9089e2f5..7b641517 100644
--- a/src/sllist.h
+++ b/src/sllist.h
@@ -27,7 +27,7 @@
* should _NEVER_ be explicitly freed
*
* there's no free command, iterate through them yourself and just
- * call free() on it iff you malloc'd them */
+ * call free() on it iff you xmalloc'd them */
struct strnode {
struct strnode *next;