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 BB107A0547; Thu, 9 Sep 2021 19:57:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9704141172; Thu, 9 Sep 2021 19:57:12 +0200 (CEST) Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by mails.dpdk.org (Postfix) with ESMTP id 87B654116E for ; Thu, 9 Sep 2021 19:57:11 +0200 (CEST) Received: by mail-pl1-f179.google.com with SMTP id e7so1577401plh.8 for ; Thu, 09 Sep 2021 10:57: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=N7RQW+rFoxRqMNW0mfvs/j/O5ucyke/Ae/J/2sWVeak=; b=y8TM43xKV5UPfLKScg0VBP/iIWw7ai3d0NvHx/FupAbG1Sw2Rf+o9S/Uiokfsmw7pS Jp5DkXadyFAbxT2kaHDEZc4BjY7pIZghE37Ik4m6JpTW7UUmUUPwEtGgRLwJzP0WmBtu YvWIz4accpHajt+e1ni0dxnI6nmQalGY486EdlcB+3xGqAMycYg29nDqqUIIOK6N9sSN dKRo0VM6zQWSRsQfpgei83qYa1WPIDp3V7SNa7mcT3bE2DSl2AYJszV0KWIFU1t1//50 3rQU7U+bFlkAfHUS1pJ7V9Mv6wj68qWTDvhC3p1S6J+mIj3v5yHbZct8L3Q2TxiI1c9W RSMg== 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=N7RQW+rFoxRqMNW0mfvs/j/O5ucyke/Ae/J/2sWVeak=; b=wDm0HbPygnRnmDXhCirHOQ/XprgYZfPpJfFgy1JJelq6VGJmnWYPUtS4FsbOU/pELA eWY1VZf8ZSXCxWNfW74Y1nFyG0ypSzl+FjXf5LQ1K6UQHDnI48vOq926xCw+lsFQepq5 aK1FMli4EzrKd437Bq6PlA94XjPkKizmLsO8EFxUd/5l2xAthF+ttw1JNKj0mo3IF0Cp BkVXcN5lPi6ggnRIPtiKx3G6h5fJ41/r3LCXMbEcEA/79/lC6oswNMNeaSbKn1QrxrHT iz4Db9ktTjQ9GSOJesRwu3r9dcdvOwH4kLPkGYxg5umMW0UcYVVN7ef7NFhzGvShNUhX qWUw== X-Gm-Message-State: AOAM5332MbiIVBQNu7rF0r4OgYUl7aaf70j3cLUUYEMoxaXE9uh0tCMu v0HbeWCcCNlfeEPSB+/KUOr166UcmYLVKQ== X-Google-Smtp-Source: ABdhPJwkPESNk2PnoSeKJt8f+smyJYRKJb21ZRPKJSskznb5SoLXJGaPTDpLCEXcM7RZdX/5RsReWw== X-Received: by 2002:a17:90a:df17:: with SMTP id gp23mr4905675pjb.142.1631210230407; Thu, 09 Sep 2021 10:57:10 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v25sm2772977pfm.202.2021.09.09.10.57.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 10:57:09 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 10:56:41 -0700 Message-Id: <20210909175648.174258-12-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909175648.174258-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 11/18] pipeline: fix spellin error 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" Minor typo Signed-off-by: Stephen Hemminger --- lib/pipeline/rte_swx_pipeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pipeline/rte_swx_pipeline.h b/lib/pipeline/rte_swx_pipeline.h index cd395ac39dbb..9bfc69b2bb4f 100644 --- a/lib/pipeline/rte_swx_pipeline.h +++ b/lib/pipeline/rte_swx_pipeline.h @@ -620,7 +620,7 @@ struct rte_swx_pipeline_selector_params { const char *group_id_field_name; /** The set of fields used to select (through a hashing scheme) the - * member within the current group. Inputs into the seletion operation. + * member within the current group. Inputs into the selection operation. * Restriction: All the selector fields must be part of the same struct, * i.e. part of the same header or part of the meta-data structure. */ -- 2.30.2