diff options
Diffstat (limited to 'src/sllist.h')
-rw-r--r-- | src/sllist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sllist.h b/src/sllist.h index 9089e2f5a..7b6415172 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; |