summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 7c66cf05..1c0f8c80 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -4782,7 +4782,7 @@ int main_test(int argc , char * argv[]){
/* disable WD if needed */
//CGlobalInfo::m_options.preview.getWDDisable()?false:true
- g_trex.m_watchdog.init(false); /* always disable - due to trex-211
+ g_trex.m_watchdog.init(false); /* always disable - due to trex-211 */
/* this will give us all cores - master + tx + latency */
g_trex.m_watchdog.mark_pending_monitor(g_trex.m_max_cores);