1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

Fix a very minor typo.

This commit is contained in:
Mark Murray 2015-04-12 11:23:59 +00:00
parent 4f1c158445
commit 52c47fd8ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281463

View File

@ -71,7 +71,7 @@ typedef union modspecific {
} modspecific_t;
/*
* Module dependency declarartion
* Module dependency declaration
*/
struct mod_depend {
int md_ver_minimum;