Address review feedback on a typo.

Reviewed by:	jhb, gbe
Differential Revision:	<https://reviews.freebsd.org/D42096>
This commit is contained in:
George V. Neville-Neil 2023-11-14 16:09:18 -05:00
parent b2e41172bd
commit 029848334f

View file

@ -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);