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 37F8DA0547; Thu, 9 Sep 2021 20:11:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 559BF4118F; Thu, 9 Sep 2021 20:11:12 +0200 (CEST) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 96C7541145 for ; Thu, 9 Sep 2021 20:11:11 +0200 (CEST) Received: by mail-pf1-f176.google.com with SMTP id 18so2464833pfh.9 for ; Thu, 09 Sep 2021 11:11:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=h6RGbz+lW+gRBc5jM7TaIL5lDnuiXp6WTtvh6t/pgTM=; b=fGBens2O+3SjVXbAVjutVyc4m8qAvqdP+ykcapHRJJl/PMVtAqU4ykSXueHDgyQuzl ZAyJF5uMLmjBB7+lGLradOYFRP8b/CuUP0uKf0bUR1CWXE4VOLY/knKZObdfw18IngEL XeYe3L1i5XZbBbER32WNFYFxmVUHd6z9ifwY80Ax05ozIiNG7IcZp5cdzbObQx+nZJgM TEXuzQ7ktXTYASOaX8VxWuHH49/bO2arAvWB0U0ASeOZLHBaSKnAifZKLU/1wTh/7icr DkdG5XwEgx01VzP1KTcHinV0JFehkfEEehwXWdIQ9JuaxbbGTG2YMvl6GwYXcj0ESyC5 JuVw== 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=h6RGbz+lW+gRBc5jM7TaIL5lDnuiXp6WTtvh6t/pgTM=; b=TCBAlNHBM4StPq2IyGUG71iHy5vYbQbI5DcF3x9p+jWgRi2PBM/1uZr/2QChazbBvR guMGQK8kkiBQ7eAMeN6M1qTB7S2a9ZthzVxkwvXIXXsAsJEhN9G6OmBEldwwbdexo1AX Efm79KCSQHWZxosmYTl1w89rihWrxnFBzzMhUgKemm3bSAmG1o0twGnATMrfnLPO+4WU 7FECd+uhxdC5w7LMXv7RjUlYMPOsboz/PSxBx5n5OrBAE/I2ilUMXeuU++HNWMtzCvLv sK6mPJbxoUaq6jldeCos6Nvjd00b+RTwentLVwByn/E00pH7eyoiiT6sODdzw4r+5uOH oetQ== X-Gm-Message-State: AOAM530ABDhHJR4gIwxaTBLg45n8JLglI9uB8vnaz1g1vAJpPwP/hr5Y 9KOOde9bDv0UUTYssbm06qrKA3Ywoas1Sw== X-Google-Smtp-Source: ABdhPJxaJ1fUn+QSY4VEUVuy7qlj8yhajmz9gQnpmDFUjE2lHIiZSE+5R4DV6NvC/6/GZ7nw7S2H7A== X-Received: by 2002:a63:2343:: with SMTP id u3mr3835033pgm.100.1631211070377; Thu, 09 Sep 2021 11:11:10 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v14sm2924734pja.53.2021.09.09.11.11.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 11:11:09 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 11:10:42 -0700 Message-Id: <20210909181048.176255-13-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909181048.176255-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210909181048.176255-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 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 d5a95a6e009a..f5e9111f0264 100644 --- a/lib/hash/rte_thash.c +++ b/lib/hash/rte_thash.c @@ -26,7 +26,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