aboutsummaryrefslogtreecommitdiff
path: root/share/examples/modules/skel.c
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2023-11-14 21:09:18 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2023-11-14 21:09:50 +0000
commit029848334f85e03895234db8b89f5544ffb6e720 (patch)
tree96f396ec95773c62126e1615269831279a7700e8 /share/examples/modules/skel.c
parentb2e41172bdc00f177f7de4d4f4963cc4d99a3178 (diff)
downloadsrc-029848334f85e03895234db8b89f5544ffb6e720.tar.gz
src-029848334f85e03895234db8b89f5544ffb6e720.zip
Diffstat (limited to 'share/examples/modules/skel.c')
-rw-r--r--share/examples/modules/skel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/modules/skel.c b/share/examples/modules/skel.c
index fc99e13ab444..407cbee32e8a 100644
--- a/share/examples/modules/skel.c
+++ b/share/examples/modules/skel.c
@@ -59,7 +59,7 @@ skel_mod_event(module_t mod, int type, void *data)
printf("SKEL module loading.\n");
return (0);
case MOD_UNLOAD:
- printf("SKEL module unloadin.\n");
+ printf("SKEL module unloading.\n");
return (0);
}
return (EOPNOTSUPP);