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 B067CA0548; Fri, 12 Nov 2021 01:03:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B3DA411EE; Fri, 12 Nov 2021 01:02:49 +0100 (CET) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mails.dpdk.org (Postfix) with ESMTP id A21FC411AB for ; Fri, 12 Nov 2021 01:02:46 +0100 (CET) Received: by mail-pl1-f178.google.com with SMTP id k4so6999679plx.8 for ; Thu, 11 Nov 2021 16:02:46 -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=4dnlqR7MhiOa4nK2vXbD4FB+ddWAdNqqgyRIfYKHhXY=; b=nWEbufW6F1sV8PHQnLV93CxVjlUlhqD4edGo0jfal2khz8eEBOI4XYwwH/1hgtzCg2 CL90tJq4Z7IRjhzeQCvlMRmOo/QRow8pYUGSdZZU/AoNMSOI001iVFLG3ysKBnat2Ymd 7UEp5fxF6NP6f+Gqv71lsZhZ8kifmCpdcc1KJilQHHzO65MYgNCAk92GZvWET1sMYIL5 YLGd8n3xvZkuuGK0fRvDEeqQTQRro5YEWGQOf/gPny1a19zgLMQPYyfEIHorbpd96slu w/TQoPCk1BwLVgUgxqvtBMZ4RWbHoU+2kA3R6hkGu7bl6s1iXb+6jWPeaAOtR8ebNidb r6hw== 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=4dnlqR7MhiOa4nK2vXbD4FB+ddWAdNqqgyRIfYKHhXY=; b=lquUlJmJt7kO0ihfF18J2t/C7CUpqeeTM5BFwPTD6oo6VBPAjUjIpp0TCi7xMolDJ+ h7pjqn9RCA6pRPmu4T1MU8qNBHfOLM43bqI3rtc1h8RH2KxgtTXtO6GEQgTc7CodfRf0 WS5WbpdyEZgb13dWdisAhx2SOd9TgoN5K9Ft/k7BKoNXsbpKm/lJwejcdcTLV3VWmtFr g9CLlab7rnmoE6pGUUBBMPib6ecQKyBOPlh70OvadUXHO63mft5y+w1tGMv1u3IZC9Cj 2mRPvohoc5tT+J1JA3o3YI5ICqQLfJq5OaRlRG11E70SmrlfAQp6GhHyqQ7ZsZMfYNY3 XaCw== X-Gm-Message-State: AOAM532gzG0gsalOfxwhw+HHs7IRFd5SjBzTYvRLt9U4umJVA5kiYotN +VCbvBghAJvTYbCvIuo+mzSrMaw3GJG5AA== X-Google-Smtp-Source: ABdhPJzwTC5Dvwbn3DX3bXTBitN3Te+Qox+vXUfZ95VrZwnFmajFjX628XkvUarBzWiMQ36p84+fFw== X-Received: by 2002:a17:90a:df83:: with SMTP id p3mr12953979pjv.145.1636675365515; Thu, 11 Nov 2021 16:02:45 -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.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 16:02:44 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Vladimir Medvedkin Subject: [PATCH v4 13/18] rib: fix typo in comment Date: Thu, 11 Nov 2021 16:02:21 -0800 Message-Id: <20211112000226.56586-14-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 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 b00c7fbf5ab0..70405113b419 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 */ -- 2.30.2