From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CBCCEA0C43; Thu, 14 Oct 2021 23:57:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F059E411CA; Thu, 14 Oct 2021 23:56:55 +0200 (CEST) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mails.dpdk.org (Postfix) with ESMTP id 40B2B411AE for ; Thu, 14 Oct 2021 23:56:53 +0200 (CEST) Received: by mail-pl1-f180.google.com with SMTP id n11so5096527plf.4 for ; Thu, 14 Oct 2021 14:56:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=geURE0yS6NJiuFAuMUPZBmJe8lThMRLffydCo6NI+Yw=; b=6CbhIwKwWrOBZnDZOhrRdARXoZGpMPuKGVqirANNLTPFToQUq5IUlq4K/nCZZyrd8L NloMEFXjfV060+V0UCq2lh/m/is5j/rrtJvLhHh7PxaZSm+CHlPXOpa01om5iwMOouKO dwdueEBX+FfxPvc6oro8DucPkxRaJwAYeTvN5grvmxujiHdEMgKnGOtxs2ftMI0n9/Ra rkoQgUGph0sJW2kqP51iQG4qCSDO6AXMkw5wHW0/RJd9tShOMLvxJrf8egciTUZTfviN wjwxayIMTnqu/dFZnIcNw4u2k9KZSaURfJYh+HdTN5X8fFfMedr0w8+qFxYP42xVqw9G Zy+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=geURE0yS6NJiuFAuMUPZBmJe8lThMRLffydCo6NI+Yw=; b=53y+9bEUqBZRbwIXXyAbP1fDlB1Sj6w9YF7ZkYoq5RePMO4msXBYxfbCqzFo8AbsWm zuGnxf+4DMJNhbn6Kb23ovBR5yJdO+SIgrFd8xbHnV/CDorHjxclXfpkyFOdpIQcrokJ toi88H1pjTK1eNc7cnAHbIMCAOw/ZkypQKwtvi5xzL3jaJMcOlZH/VIDU1D+qDCGEVnC MSWK3qogMZSzEp6VvUcdUCKINIVlCXpQ05UlXI8GusroH4BxZORXZ7Yme60q7bN9p0qg VKi7a0k4LnBIs4RWzxoquT9714FPxTqgcIdu4oVjgJfwxVcQFP5zCCjyCF4XveWEzhuN LDXQ== X-Gm-Message-State: AOAM533zwHyI4a5rvxcUpmkxcy0IZIZyt/CK8YT4HCaRjV3TWsw/o11V Mlwt5InwT7yrQ/Np+vs3XTmx7BSig1nYTg== X-Google-Smtp-Source: ABdhPJxTR0R4x2bQPVExWnm6y+PDOBkg6OiX0RTDnvqQIavYjX9wI7y1JZX+7eRIHhVza2TogJuHvA== X-Received: by 2002:a17:90a:c688:: with SMTP id n8mr22064310pjt.131.1634248612197; Thu, 14 Oct 2021 14:56:52 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id h13sm3076741pgf.14.2021.10.14.14.56.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 14:56:51 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Yipeng Wang , Sameh Gobriel , Bruce Richardson , Vladimir Medvedkin Date: Thu, 14 Oct 2021 14:56:25 -0700 Message-Id: <20211014215631.181747-13-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014215631.181747-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211014215631.181747-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 12/18] hash: fix typo in comment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Yet another spelling error found by codespell. Signed-off-by: Stephen Hemminger --- lib/hash/rte_thash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hash/rte_thash.c b/lib/hash/rte_thash.c index 696a1121e241..9c3ccb25be6d 100644 --- a/lib/hash/rte_thash.c +++ b/lib/hash/rte_thash.c @@ -28,7 +28,7 @@ EAL_REGISTER_TAILQ(rte_thash_tailq) /** * Table of some irreducible polinomials over GF(2). - * For lfsr they are reperesented in BE bit order, and + * For lfsr they are represented in BE bit order, and * x^0 is masked out. * For example, poly x^5 + x^2 + 1 will be represented * as (101001b & 11111b) = 01001b = 0x9 -- 2.30.2