From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 93B6A1B2F5 for ; Mon, 13 Nov 2017 06:21:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 187E6209B0; Mon, 13 Nov 2017 00:21:34 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 13 Nov 2017 00:21:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=zTEvobWIUT0k4aq5oqh/IyIwD7 BxqFf5F8ygOcg1n14=; b=LyXOwKlIqJOEr76UyY/oTxEtnLEklWqRmFLODa3avW 4mFZXSJwyuHJUjKFyfFqM6h/P/HSioqaOcxUfJ8rYZuev6iqOKpPV1J7QT//wcyo KTfFnFEjLfpZ9f7rtkykY9X4OGHviukwQOUVPxe9Zi+f9VQNT8NRMVbP2ap1NebT c= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=zTEvob WIUT0k4aq5oqh/IyIwD7BxqFf5F8ygOcg1n14=; b=LCZRnMEZ/MvQZDnG4sel3b S3P4SobuYT456gQ8g57hCPsEtTTLPHOhtECjI4xG2eyxt1PvMQrVg294GqRPRxTz w3wqh3Dop5GT8QIty3XY/FfJTaOkwSO5DSLPpEmujCxkgOciizb28mqKjMDlrFar PPdgmudUowuNYivoO8IE5oDnUOuGPm5p3ZwXkrB4tqhNFhCyEuuob7ymDF5H3s5J WsoCoZoE2KXsC2ZhEm+xxuKS0AfgJ79Kdd/lfxGVYhZHm+YOzW1lJuc/4+n6GfXK AqU1qpl2QcY0L2S97JKuak9J5xjBsiVDa6MNSPz0h63CzbKKR9Zn0oi50hzRNHuQ == X-ME-Sender: Received: from xps.localnet (unknown [37.170.73.51]) by mail.messagingengine.com (Postfix) with ESMTPA id 86ACD7FAA1; Mon, 13 Nov 2017 00:21:33 -0500 (EST) From: Thomas Monjalon To: Pavel Shirshov Cc: dev@dpdk.org Date: Mon, 13 Nov 2017 06:21:30 +0100 Message-ID: <2131307.EbjBB8lo7t@xps> In-Reply-To: <1510302263-19667-1-git-send-email-pavel.shirshov@gmail.com> References: <1510302263-19667-1-git-send-email-pavel.shirshov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib/librte_eal: Fix typos 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: , X-List-Received-Date: Mon, 13 Nov 2017 05:21:34 -0000 10/11/2017 09:24, Pavel Shirshov: > Signed-off-by: Pavel Shirshov Merged with a lot of other typo fixes, thanks Have you used a tool to find these typos?