aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2010-03-09 01:01:39 -0500
committerJon Masters <jcm@jonmasters.org>2010-03-09 01:01:39 -0500
commitd99d7ddee568f7f10ad71d4f1d66ff6530d47646 (patch)
tree0941cd0437c4be82d47b8c33ba1d3859e9b83c1a
parentf57f3f6c46ff6198821c4ddc1d07a9dd382af721 (diff)
downloadmodule-init-tools-d99d7ddee568f7f10ad71d4f1d66ff6530d47646.tar.gz
depmod: trivial add comment to depmod.h
Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--depmod.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/depmod.h b/depmod.h
index d6d61f6..7678241 100644
--- a/depmod.h
+++ b/depmod.h
@@ -1,3 +1,7 @@
+/*
+ * depmod.h - prototypes for the depmod utility
+ */
+
#ifndef MODINITTOOLS_DEPMOD_H
#define MODINITTOOLS_DEPMOD_H
#include "list.h"