From patchwork Thu Oct 14 21:56:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 101705 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 18CF4A0C43; Thu, 14 Oct 2021 23:57:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E1F88411CC; Thu, 14 Oct 2021 23:56:56 +0200 (CEST) Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by mails.dpdk.org (Postfix) with ESMTP id 78F44411B4 for ; Thu, 14 Oct 2021 23:56:54 +0200 (CEST) Received: by mail-pl1-f182.google.com with SMTP id l6so5074635plh.9 for ; Thu, 14 Oct 2021 14:56:54 -0700 (PDT) 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=eFOTpf1ItuTSbd0uW3EE82eF+R9njqfA+lfeOdEESKA=; b=p0PjuYj8rggRcUJxYBC6JEJ2Qp0hgxFJssEWl5IaZHa3SmNa4thLMi/IL0POdx6wUe Xvh1zKfVT3ulmZoR7g3iB0EtfsTRadKLoc+nw1EV1SlJ3eGv25topNehNsmF9ChSiGZw yP5gPmcZoCG5PJqQNryfrDgj1Edct2b95IMJ3ptnm/+ajr1Uiag84EDsn4NqFoQBTy/p 5uDCJIfDI+IYlpXETDSiTsn86LjKngLB+RiK6upb3JFiaQaHGFxKw9I6SSTllTILkUx9 zq4TtOW18eM9y354o5Fsd2SlfZNNeuk073nQhVnNEX6I9p+NgQk+sHRXlwJ0vdwpWcd+ Nptg== 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=eFOTpf1ItuTSbd0uW3EE82eF+R9njqfA+lfeOdEESKA=; b=bOVdb1Fz5a4dJO5sBIGg/P01Mwl0HrBdjvsmFn2p9HLDkpcLwAGROaeKgsuSDAmhQL EIRi4s7puqT4oSh7s60vK3uQsy2/ZLscWMlXcPAkjrFThYz3hzmZw+XsImRqGGiBdfuq +oav/iCAyvkrXs5pCrWP1h+mleLjmj09lomGo9Vm0ebQv5K/qh4f7DB6gO58NfB0nFMw 25YBP/oKYJc3aHsPRTEsVp4oMPQ5vHDYS7jRN5DhHlk7WYg8qfFgNb6ZdiWD0i4ydgWD z/HRo46N2EJqoGs6V8RruSeyD7a4B2Ju5igPwlFJiVjdtqvAyYVBP+Y6XVpTUd+H6mPB 5JZA== X-Gm-Message-State: AOAM533f5Pzn5RyWKx9stleCr0zYBBdlk0BNi+JqXAj/afx0k6PUJDZX xGS+4KA3yhpgN+gkcMuw8WAM0p7ax9SfZA== X-Google-Smtp-Source: ABdhPJzqJdnQy3QJAKSv4EKUUe1PmDNI9h1+T5VPKk6QEkKEA/XNr5xY33xUq3GbimwtZGVLVOhYjg== X-Received: by 2002:a17:90a:73ce:: with SMTP id n14mr23826027pjk.215.1634248613390; Thu, 14 Oct 2021 14:56:53 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id h13sm3076741pgf.14.2021.10.14.14.56.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 14:56:52 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Vladimir Medvedkin Date: Thu, 14 Oct 2021 14:56:26 -0700 Message-Id: <20211014215631.181747-14-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014215631.181747-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211014215631.181747-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 13/18] rib: 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/rib/rte_rib6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rib/rte_rib6.c b/lib/rib/rte_rib6.c index 96424e9c9f4f..4a6f29b0040d 100644 --- a/lib/rib/rte_rib6.c +++ b/lib/rib/rte_rib6.c @@ -199,7 +199,7 @@ rte_rib6_lookup_exact(struct rte_rib6 *rib, } /* - * Traverses on subtree and retreeves more specific routes + * Traverses on subtree and retrieves more specific routes * for a given in args ip/depth prefix * last = NULL means the first invocation */