summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-18 20:03:03 +0100
committerStef Walter <stefw@gnome.org>2013-03-18 20:03:03 +0100
commit749c0cdfeb3b7cc86165deb1cc51c32c0768a149 (patch)
treefebcfa75a71a8d124a201728f367281f26aaca71
parent64aa734f484f81ac97914b2ddecf68ff76b317c0 (diff)
downloadp11-kit-749c0cdfeb3b7cc86165deb1cc51c32c0768a149.tar.gz
compat: Fix trivial comment
-rw-r--r--common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/compat.c b/common/compat.c
index 0eb35f8..4a6edb1 100644
--- a/common/compat.c
+++ b/common/compat.c
@@ -444,7 +444,7 @@ strndup (const char *data,
return ret;
}
-#endif /* HAVE_STRDUP */
+#endif /* HAVE_STRNDUP */
#ifndef HAVE_STRCONCAT