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 5946AA0548; Fri, 12 Nov 2021 01:03:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBA9D411B2; Fri, 12 Nov 2021 01:02:46 +0100 (CET) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mails.dpdk.org (Postfix) with ESMTP id 1DA3941180 for ; Fri, 12 Nov 2021 01:02:44 +0100 (CET) Received: by mail-pl1-f175.google.com with SMTP id u11so7078421plf.3 for ; Thu, 11 Nov 2021 16:02:44 -0800 (PST) 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=NAxUIb1qt0hqsWGNDMAbEBhgPufxlZbcAd0l5Bs4eew=; b=l/+89lnzTIrfsIPH8VI1ZZBCD//Yf9lRtjH2bwPHlWtnuk7JQNuYrDMM2TvCn9vj6r JDW+VenC4ude0lIW57GKjIsUrKhM78zMYFJGeCYaLECUYCWSHHwIKFxYRYzuMyYbNXjY LrT03j1xxg26IjM5UdDsQsn4LQ6ATbFagUCwZwhYO1UHkawyyBkiEgbX2EF9qCA2VwwX Q2S4o1Mas9nERLJl9UKN6qt1J5Dp08qtZqYx2inOIv/8XX5VCEps26tVyIRP/B4NtmiS 2s6EPT7xgTXk7h9U5tbeWGVAaPXVynsnvIW1Mcj+eZquWEGFfXbr0Op63/z+5iDNRmEZ vISA== 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=NAxUIb1qt0hqsWGNDMAbEBhgPufxlZbcAd0l5Bs4eew=; b=oss3pxXwJdGE+upyS1qDymWz+cLsVIQwszcRXTHACuMxFgPMzpY8szA3m/Znw5kij1 3j1E63DZGj6ZgRe3vPfX6nCXoo7qtSPBLvBF6AQUiMurdZelqkHk13KWNtsAdNd3WYh7 S9vl3h0EpxJz74IKZU3iqZ/rcdiGlmO/5zW4fyjmvSD3ASQBhEv6+P7yYcu8Ldb+izH7 Fd69qgRkdIY0fPfQFf0599+XgQAbuD/nMndSKph2F4Qzwutro/epQasx0Xvlah8NpF3k 6oZKig08cks7JmlgddwoGRBLjmyx0M34EHExOsxk/CPl6t5/TE7/c3VBZ08JzSzg1RX9 By1A== X-Gm-Message-State: AOAM5313pzfuRzYLbQrzIu651XdjD1NhlOFSn70NhoKo7FNnArIe7j/e JqaZ7rHUMLHJxTkmm7qAhnKPUcqWVEd16Q== X-Google-Smtp-Source: ABdhPJxlRSpMuNDGnZXqG9iWymC+8dXYnv8+UtBq4aWtCw4D3fMcliZ5Fzk3Z4ihVZjNVi6q0WqfqA== X-Received: by 2002:a17:90b:3ec6:: with SMTP id rm6mr12902328pjb.41.1636675362996; Thu, 11 Nov 2021 16:02:42 -0800 (PST) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id ls14sm9567296pjb.49.2021.11.11.16.02.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 16:02:42 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Cristian Dumitrescu Subject: [PATCH v4 11/18] pipeline: fix spellin error in comment Date: Thu, 11 Nov 2021 16:02:19 -0800 Message-Id: <20211112000226.56586-12-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211112000226.56586-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211112000226.56586-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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 9c3d08199ce8..77141bd3415b 100644 --- a/lib/pipeline/rte_swx_pipeline.h +++ b/lib/pipeline/rte_swx_pipeline.h @@ -647,7 +647,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