From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <rami.rosen@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id ACE9695EA
 for <dev@dpdk.org>; Sat, 25 Jun 2016 17:51:49 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga101.jf.intel.com with ESMTP; 25 Jun 2016 08:51:49 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,527,1459839600"; d="scan'208";a="1009535406"
Received: from imail001.iil.intel.com ([10.184.207.12])
 by fmsmga002.fm.intel.com with ESMTP; 25 Jun 2016 08:51:48 -0700
Received: from rr.iil.intel.com (rr.iil.intel.com [143.185.141.88])
 by imail001.iil.intel.com with ESMTP id u5PFpjFW019658;
 Sat, 25 Jun 2016 18:51:45 +0300
From: Rami Rosen <rami.rosen@intel.com>
To: dev@dpdk.org
Cc: Rami Rosen <rami.rosen@intel.com>
Date: Sat, 25 Jun 2016 18:53:40 +0300
Message-Id: <1466870020-26591-1-git-send-email-rami.rosen@intel.com>
X-Mailer: git-send-email 2.5.5
Subject: [dpdk-dev] [PATCH] librte_ether: Fix a typo in rte_ethdev.h
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 25 Jun 2016 15:51:50 -0000

This patch fixes a typo in librte_ether/rte_ethdev.h.
 
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 lib/librte_ether/rte_ethdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h
index 45482f1..2dab75c 100644
--- a/lib/librte_ether/rte_ethdev.h
+++ b/lib/librte_ether/rte_ethdev.h
@@ -102,7 +102,7 @@
  * rte_eth_dev_configure(), rte_eth_tx_queue_setup(), or
  * rte_eth_rx_queue_setup()), it must call rte_eth_dev_stop() first to stop the
  * device and then do the reconfiguration before calling rte_eth_dev_start()
- * again. The tramsit and receive functions should not be invoked when the
+ * again. The transmit and receive functions should not be invoked when the
  * device is stopped.
  *
  * Please note that some configuration is not stored between calls to
-- 
2.5.5