Fix a couple of typos in a comment.

MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Luiz Otavio O Souza 2017-07-21 03:04:55 +00:00
parent c043764469
commit 9ffd0f54a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321316

View File

@ -1658,7 +1658,7 @@ ipfw_unref_table(struct ip_fw_chain *ch, uint16_t kidx)
}
/*
* Lookup an arbtrary key @paddr of legth @plen in table @tbl.
* Lookup an arbitrary key @paddr of length @plen in table @tbl.
* Stores found value in @val.
*
* Returns 1 if key was found.