From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 744D7DE3 for ; Thu, 21 Apr 2016 20:15:38 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 21 Apr 2016 11:15:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,513,1455004800"; d="scan'208";a="89494928" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga004.fm.intel.com with ESMTP; 21 Apr 2016 11:15:37 -0700 Received: from rr.iil.intel.com (rr.iil.intel.com [143.185.141.73]) by imail001.iil.intel.com with ESMTP id u3LIFYFa009680; Thu, 21 Apr 2016 21:15:34 +0300 From: Rami Rosen To: dev@dpdk.org Cc: Rami Rosen Date: Thu, 21 Apr 2016 21:16:47 +0300 Message-Id: <1461262607-6912-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH] examples/l2fwd-jobstats: Fix a typo. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 18:15:38 -0000 Signed-off-by: Rami Rosen --- examples/l2fwd-jobstats/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/l2fwd-jobstats/main.c b/examples/l2fwd-jobstats/main.c index 9f3a77d..dc17f28 100644 --- a/examples/l2fwd-jobstats/main.c +++ b/examples/l2fwd-jobstats/main.c @@ -990,7 +990,7 @@ main(int argc, char **argv) struct rte_jobstats *job = &qconf->port_fwd_jobs[i]; portid = qconf->rx_port_list[i]; - printf("Setting forward jon for port %u\n", portid); + printf("Setting forward job for port %u\n", portid); snprintf(name, RTE_DIM(name), "port %u fwd", portid); /* Setup forward job. -- 2.5.5