Slightly reword comment and remove typos.

This commit is contained in:
Giorgos Keramidas 2008-09-05 01:36:30 +00:00
parent 74e73c7cc2
commit 57a5a46e00

View File

@ -398,9 +398,9 @@ arpresolve(struct ifnet *ifp, struct rtentry *rt0, struct mbuf *m,
/*
* We enter this block if rt0 was NULL,
* or if rt found by in_rt_check() didn't have llinfo.
* we should get a cloned route, which since it should
* come from the local interface should have a ll entry.
* if may be incoplete but that's ok.
* We should get a cloned route from the local interface,
* so it should have an ll entry.
* It may be incomplete but that's ok.
* XXXMRT if we haven't found a fibnum is that OK?
*/
rt = arplookup(SIN(dst)->sin_addr.s_addr, 1, 0, fibnum);