Fix longstanding misprint.

This commit is contained in:
Juli Mallett 2012-10-31 04:44:32 +00:00
parent 3ef3b736dc
commit ca765bc7ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242390

View File

@ -317,7 +317,7 @@ void cvm_oct_tasklet_rx(void *context, int pending)
} else {
/* Drop any packet received for a device that
doesn't exist */
DEBUGPRINT("Port %d not controlled by Linux, packet dropped\n", work->word1.cn38xx.ipprt);
DEBUGPRINT("Port %d not controlled by FreeBSD, packet dropped\n", work->word1.cn38xx.ipprt);
m_freem(m);
}