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 DAEF5A0547; Thu, 9 Sep 2021 20:11:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B13741187; Thu, 9 Sep 2021 20:11:11 +0200 (CEST) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) by mails.dpdk.org (Postfix) with ESMTP id 5908241184 for ; Thu, 9 Sep 2021 20:11:10 +0200 (CEST) Received: by mail-pg1-f177.google.com with SMTP id f129so2633749pgc.1 for ; Thu, 09 Sep 2021 11:11:10 -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=JpgsLacaIoKdxMw6RWnOKNXfeGOJ6Xv1R7DDxOtRzlBmltBy0XQzEk3olcilYlWr0T xEQ7Jcl4e8CoG4q/QTbjO9DPg/jQVOzDYg9EI/ZAxQXbZDQSSxaq8bJxwDNYDdoTk4l3 ST1qKlwjylPjqoFL3BdbnDVAazIUCpvI3xXHQbrnETHavr09n3ftrAfu6Nt5WIDsARaq QJgMFcdpez4q8xp8HiU05bXDCZdzDtv+llhrSWfOknKG8NqTd1yBZ6ixUPtIdbTKC8FW 7RWOObm/SkiFhCKqumbFgpVemxLW1w55YN8CqA6iZUXHMFJOE92tjyqHXHxzAhwcH++w yMmQ== 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=n/6srq6PGpAQ3bqqmLQZIw+gn2guJsCuHz42Qm97oL2kDab7jKTHpAkQ/WBQtWSl1j 80M/fiKevQDqT8rGo0cYhd2RYy/RA4HzTxMNvAP+RfUdowuzQpuW8bIfSprWWVsFQFQR VqjzYNtP2n/y6tOcgXY1DLgHod2aMLy0uOk0mpfGXNyX4rX9qKuGiCMeDMmDfNsSfBOJ YpdZps1JRW4F/3Wrx//3OGTbYFqk9X1PQ5jKiBpHlstjAI5xGrD5n5K5XmUb/+xbvt7t eDGXyiPPsi3pf4246n2djQ5tUYgcLs/sHW6la66Zw3drtF4slzzSkl5DI4XqhskKj7Lf Yo6g== X-Gm-Message-State: AOAM531y8lzwpyRMsJDttzvbjvOgrJU6QCbExldrHlowgA3CviBwQRDW 1PdSVgxJlkpVW+yfPJ17+1AeAfdaN2E4Bg== X-Google-Smtp-Source: ABdhPJzNqBBtfcZmccrzkGkLVFXAYfWgeZPxJ1w0Qeo+gh0nWwKTVOjJ54xStRtGdFJIxhyUty5PnQ== X-Received: by 2002:aa7:9d02:0:b0:3f3:df3b:81ae with SMTP id k2-20020aa79d02000000b003f3df3b81aemr4060817pfp.19.1631211069142; Thu, 09 Sep 2021 11:11:09 -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.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 11:11:08 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 11:10:41 -0700 Message-Id: <20210909181048.176255-12-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 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