From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id AB0C2A0471 for ; Mon, 17 Jun 2019 09:48:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 908221BE02; Mon, 17 Jun 2019 09:48:27 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 087D21BDBD for ; Mon, 17 Jun 2019 09:48:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id AAD186D2; Mon, 17 Jun 2019 03:48:24 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 17 Jun 2019 03:48:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=2uEt/IpRIeQ7qrNXYLDuFtJscznt2s57PN6xOtCM+2k=; b=H21w9IAZNIt+ 146fFOo4pOi3UaZ+dUZKw6jAGykz4ixyI0/XRhHhXTbV18pE79SKXC71CKoZwTfp ZiFokD99NnSxX7ITMfKiewYmZD3UDsPDZQg+dXRTvk5w/NaNZ7wZuWUdmyc6fouK 4cdO82me1NmD4f9dsG3GGf8Pb9lBvSA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=2uEt/IpRIeQ7qrNXYLDuFtJscznt2s57PN6xOtCM+ 2k=; b=Vw6Qjy+bX8tOSI2z6diDkkZzutG04k6oiwW5tdfKbyaSMw0OuqDGcO4dT 1nUQrE8K1m9ukxrcGXspUAFSNVrt5zk+OPazLmQkk0ob7qpGSuyc4I7thok/NmiS Ec0r0f2pFnQ+uNrQiaoijNEw/q1+Q6aUwYOlwo4xjekEUOMvOyFmZ6wW8jBYLOhP 6eDWr4YRIQc7rrvRRYKcLyDNowt5rKGv1z0kLjsgdeB0a5582ayUJ7NGcY6rbJ7C FyqD+lHDRY7Vr49CYRoupGFyazFdUwhQpTw0N4WuWtBBim/xM6dSDP3t4OUbUpgJ VsDxfXV01HkF2NDCyKDUJ9LOonDLA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudeiiedguddvtdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepudelfedrgeejrdduieehrddvhedunecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (unknown [193.47.165.251]) by mail.messagingengine.com (Postfix) with ESMTPA id 24011380089; Mon, 17 Jun 2019 03:48:22 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: David Marchand Date: Mon, 17 Jun 2019 10:48:20 +0300 Message-ID: <1875132.LB3GJM52Iy@xps> In-Reply-To: References: <20190616144056.14459-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix typo in EAL 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" 16/06/2019 19:31, David Marchand: > On Sun, Jun 16, 2019 at 4:41 PM Thomas Monjalon wrote: > > > The EAL init diagram had a typo for "lauch" > > instead of "launch". > > > > Signed-off-by: Thomas Monjalon > Reviewed-by: David Marchand Applied