From patchwork Sun Apr 22 03:03:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 38665 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A14D65A44; Sat, 21 Apr 2018 22:08:11 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A6B8B2965; Sat, 21 Apr 2018 22:08:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Apr 2018 13:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,308,1520924400"; d="scan'208";a="34287919" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga008.fm.intel.com with ESMTP; 21 Apr 2018 13:08:04 -0700 Received: from desku.iil.intel.com (desku.iil.intel.com [143.185.141.162]) by imail001.iil.intel.com with ESMTP id w3LK7tFr012620; Sat, 21 Apr 2018 23:07:55 +0300 From: Rami Rosen To: dev@dpdk.org Cc: stable@dpdk.org, Rami Rosen Date: Sat, 21 Apr 2018 23:03:37 -0400 Message-Id: <20180422030337.6163-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.14.3 Subject: [dpdk-dev] [PATCH] doc: fix a typo in the programmer's guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch fixes a trivial typo in the programmer's guide. Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature") Signed-off-by: Rami Rosen --- doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/env_abstraction_layer.rst b/doc/guides/prog_guide/env_abstraction_layer.rst index 9a2fab1e3..559d0f8f9 100644 --- a/doc/guides/prog_guide/env_abstraction_layer.rst +++ b/doc/guides/prog_guide/env_abstraction_layer.rst @@ -341,7 +341,7 @@ Known Issues + rte_timer - Running ``rte_timer_manager()`` on a non-EAL pthread is not allowed. However, resetting/stopping the timer from a non-EAL pthread is allowed. + Running ``rte_timer_manage()`` on a non-EAL pthread is not allowed. However, resetting/stopping the timer from a non-EAL pthread is allowed. + rte_log