From patchwork Mon Sep 13 16:10:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98764 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id ED08AA0C45; Mon, 13 Sep 2021 18:12:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27BCF41159; Mon, 13 Sep 2021 18:10:49 +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 CFF3941149 for ; Mon, 13 Sep 2021 18:10:45 +0200 (CEST) Received: by mail-pl1-f180.google.com with SMTP id bb10so6160671plb.2 for ; Mon, 13 Sep 2021 09:10:45 -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=ZlQO8mkSuWTwTFkDFOKaZEMYGK7IxnjZ6WF3I9HJtXgPOBttca9wj6lwo//oRrxOlI fMTDZcie8FQX9zoYKdHbM4W7F1Kcf3Kp7eAI+MNzpPpvKQ5vR2zAkLnEs27U0L/GgowT Nqjs0HcqrDA+siObMxF/cefKF2Ur4by/mz9H8RFHE+QsWXF2FtqQ69esHFBxAblmJFDK WiigZQBB6AMl9+sT1CCPpm4zlCv4CeK8sfDTgIoQ46THVXfshj5AJZLsLNWVJ8OXznuq Eq/4L+zAEZEZXBcUivvlqq8UXYPyrWAJRR6RN431nJpXlMXhXgR0+jwzXHZIYgy6fH9r p1tw== 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=7OYICRXwSHug2ASPFPlAsm62g+w6JaueqXjA2JMpxpKJ1ddoxmAo6KC6wK2cJ6znvO xU2IQTmFfz/yjsZOXjvlfn4xVfvc3rSEI6Uno2CnxPha+5OLgVbB0uJBF/ViRXPsFaH2 irOWuBeynQ3ea6uzNrjzhWKRwtRlSNC6D61wzOHIxfynBXeegHjzWyYzVKRrQ1bH/Fdg qZCzrIFcnsKYLj7z+mJeFNDSV+FmKW8mEkNXwLL0AOfd1Qr+R/S8r3zy/dZWq//YDRMG KMmtln4IdwZhl9pl3QqSFB18ZH86XipmzB0lddsN1Bf4InjJcYKH0ar4vGbzTgqxDPDw v4ow== X-Gm-Message-State: AOAM5303RpGbHNZJBeuNLDYPW+X3uQ/LL4G3sMAs0dtM7QF2CQ2scmoa TgcMiITBy4QCaOyhJfISyZgnApaECu2mzg== X-Google-Smtp-Source: ABdhPJzcpnSe/lEUSWdZ8w/Ubi56ySZdwl/eMdQghtcv9nfzLzd43GAeVrBNvue+n++x0eIQhmmK7g== X-Received: by 2002:a17:902:d892:b0:138:abfd:ec7d with SMTP id b18-20020a170902d89200b00138abfdec7dmr11097754plz.15.1631549444652; Mon, 13 Sep 2021 09:10:44 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id i5sm7070851pjk.47.2021.09.13.09.10.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 09:10:43 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 13 Sep 2021 09:10:19 -0700 Message-Id: <20210913161025.10490-13-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210913161025.10490-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210913161025.10490-1-stephen@networkplumber.org> MIME-Version: 1.0 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