diff --git a/src/source-netmap.c b/src/source-netmap.c index f5b82e276e..540f2faee3 100644 --- a/src/source-netmap.c +++ b/src/source-netmap.c @@ -654,7 +654,7 @@ static TmEcode ReceiveNetmapThreadInit(ThreadVars *tv, void *initdata, void **da if (GetIfaceOffloading(aconf->iface) == 1) { SCLogWarning(SC_ERR_NETMAP_CREATE, - "Using mmap mode with GRO or LRO activated can lead to capture problems"); + "Using netmap mode with GRO or LRO activated can lead to capture problems"); } *data = (void *)ntv;