summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/xalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xalloc.h b/include/xalloc.h
index 0e9ee3248..8c505beed 100644
--- a/include/xalloc.h
+++ b/include/xalloc.h
@@ -4,7 +4,7 @@
* This file may be redistributed under the terms of the
* GNU Lesser General Public License.
*
- * General memory allocation wrappers for malloc, realloc and calloc
+ * General memory allocation wrappers for malloc, realloc, calloc and strdup
*/
#ifndef UTIL_LINUX_XALLOC_H