From ca765bc7ab1d8051d510363b6d60eea93e852594 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Wed, 31 Oct 2012 04:44:32 +0000 Subject: [PATCH] Fix longstanding misprint. --- sys/mips/cavium/octe/ethernet-rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/cavium/octe/ethernet-rx.c b/sys/mips/cavium/octe/ethernet-rx.c index 4c7f487f03f0..0f00245d2f16 100644 --- a/sys/mips/cavium/octe/ethernet-rx.c +++ b/sys/mips/cavium/octe/ethernet-rx.c @@ -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); }