From patchwork Mon Sep 13 16:10:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98765 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 2DF0DA0C45; Mon, 13 Sep 2021 18:12:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49A5D4115F; Mon, 13 Sep 2021 18:10:50 +0200 (CEST) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id CCC1941151 for ; Mon, 13 Sep 2021 18:10:46 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id c4so4608792pls.6 for ; Mon, 13 Sep 2021 09:10:46 -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=eFOTpf1ItuTSbd0uW3EE82eF+R9njqfA+lfeOdEESKA=; b=isk43VErituYh/rtV/k+kXHxw2Idl0CY5Up95ALXAIcd1uc0WKri6/T8hivu1R4G4c 7wkoxSx0VkI1fLg0bTJnzc7deHy4FwH756bitktfu8DDJ3piXzuyGUA0TXqVISvM68yB awtwfmfsM2/LZhDR0inbHl/kXzHpJ4932Xa+pltb07UQH1pf7IaeT5URVUI3ptsWdGny QDDVOi6uk9erjfxKIet7+z0K3pWqF7/zZsFFbVKAMCCdGmRvU/NHWGB6CwqyxXE3w+hY r1n9E8qRFhkPJBZDcqefkFSodv0QJLQ7FcGZrFFt+nVVwLomApJTzMCFU63JAp2THnw5 Z95w== 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=wCGmzlJicmINqBxQiUNtirusFiH/4I3m/N+McAWy9WyfsBGJUGuvYpTlTnWeNzEdkL x7Iam06vD70xbivFjfbj/upwFpWj6ILIQEgg8gvWBO56KlrVHVRnIhvjcBrG9P3kTcEl yrEQGs1kAjcHQWFinsWqqvsgEn+9Yd9IV2IcGAIiKOrIXuyhVErcKfNjjJ8in0LvAF2e znTHZMYzbUMhjQBR76ErMsJGDg+gYHvVJFX6gMktsYVke8perMAVjayQ39pM/DvWyOH7 gRMlBzpujQF8Sb3IkOwRTyn4nMOTar3ZFaipILMf62JIIWgxo5IVgprW2plXe9zxgJTm RZvw== X-Gm-Message-State: AOAM531oAxGt1t+mbA+t5eeIqKjH96wIePlFTlst69ZudTJH8uys+IAY NbgOJET5goe3WN/L45CA5aVg10KtPFktHA== X-Google-Smtp-Source: ABdhPJyCGLEZ3UhPrmOlBiP+m/HVG4Tp3sZNWTNMpNZ+ZDgzHzZ4GDDuVRiLpND8zuWlrMiCYXBIDA== X-Received: by 2002:a17:903:234c:b0:13c:7a6e:4b43 with SMTP id c12-20020a170903234c00b0013c7a6e4b43mr913801plh.29.1631549445659; Mon, 13 Sep 2021 09:10:45 -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.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 09:10:45 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 13 Sep 2021 09:10:20 -0700 Message-Id: <20210913161025.10490-14-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 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 */