summaryrefslogtreecommitdiffstats
path: root/include/xalloc.h
diff options
context:
space:
mode:
authorPetr Uzel2011-02-17 13:09:07 +0100
committerKarel Zak2011-02-21 14:41:37 +0100
commit8ba013af64ff19c70a4ce3b2403032e43710e76f (patch)
treefee38420f01cdfd7266d9687e11049cd5b261cc0 /include/xalloc.h
parentlscpu: use xstrdup from xalloc.h (diff)
downloadkernel-qcow2-util-linux-8ba013af64ff19c70a4ce3b2403032e43710e76f.tar.gz
kernel-qcow2-util-linux-8ba013af64ff19c70a4ce3b2403032e43710e76f.tar.xz
kernel-qcow2-util-linux-8ba013af64ff19c70a4ce3b2403032e43710e76f.zip
include: [xalloc.h]: mention strdup in the file description
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'include/xalloc.h')
-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