summaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/module.h')
-rw-r--r--include/linux/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 475c68854..ad3d10baf 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -148,7 +148,7 @@ const char __module_author[] __attribute__((section(".modinfo"))) = \
const char __module_description[] __attribute__((section(".modinfo"))) = \
"description=" desc
-/* Could potentially be used by kerneld... */
+/* Could potentially be used by kmod... */
#define MODULE_SUPPORTED_DEVICE(dev) \
const char __module_device[] __attribute__((section(".modinfo"))) = \