Fix spelling mistake in comment.

This commit is contained in:
Andrew Thompson 2006-06-19 02:25:11 +00:00
parent 08459723d8
commit 615fccc52b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159759

View File

@ -1507,7 +1507,7 @@ bridge_enqueue(struct bridge_softc *sc, struct ifnet *dst_ifp, struct mbuf *m)
len = m->m_pkthdr.len;
mflags = m->m_flags;
/* We may be sending a framgment so traverse the mbuf */
/* We may be sending a fragment so traverse the mbuf */
for (; m; m = m0) {
m0 = m->m_nextpkt;
m->m_nextpkt = NULL;