diff --git a/share/man/man9/MODULE_VERSION.9 b/share/man/man9/MODULE_VERSION.9 index 68eda955998a..4d7e2bb8f34a 100644 --- a/share/man/man9/MODULE_VERSION.9 +++ b/share/man/man9/MODULE_VERSION.9 @@ -42,7 +42,7 @@ The .Fn MODULE_VERSION macro sets the version of the module called .Fa name . -Other kernel modules can then depend on this modul (see +Other kernel modules can then depend on this module (see .Xr MODULE_DEPEND 9 ) . .Sh EXAMPLES .Bd -literal @@ -55,4 +55,4 @@ MODULE_VERSION(foo, 1); .Sh AUTHORS .An -nosplit This manual page was written by -.An Alexander Langer Aq alex@FreeBSD.org . \ No newline at end of file +.An Alexander Langer Aq alex@FreeBSD.org .