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 99283A0547; Thu, 9 Sep 2021 20:12:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F40741195; Thu, 9 Sep 2021 20:11:14 +0200 (CEST) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mails.dpdk.org (Postfix) with ESMTP id 254FC41194 for ; Thu, 9 Sep 2021 20:11:13 +0200 (CEST) Received: by mail-pg1-f170.google.com with SMTP id 17so2631000pgp.4 for ; Thu, 09 Sep 2021 11:11:13 -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=DEs0Gd1lHhlZSlHsZTOLEcLwykPdouDci6TEpyGl3EbCP8YCCvZFO43I3Uvw3ko25d M/M4fU8iGIidmxNFY9Kr1WkoUn/O86hIuosuCjx1PCXeopgH1PnbfYVtF4awg2lcgOTq MCk3TRWFlxNAN755qgEGLeQHkOiR8LnthM+kwEsINPN0L6gaCABnxPKPfvVOAeDrXMR8 HD4hYjgT/xz8kk8TQLk1NlFA7ehyTubgdbtOJxVhRWGkQaUfXwcf2bRCLhX0dp+tkKYI 8DrofykwHj2FFMeHqbWYt5REa+4zCPT5wQKnH6F3gHQAkYYhhzgua4AdacBG+J3touAs BVYw== 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=mCQN05G8T3WyIRYjVhdZot9gmXZJYbZJCdvqta8ypgtK2aLzpsIM2D1hNth58UORqW Txf+I61FyXtsGWEqPUEyEet9pDn6JXlo/EI6+wvKaLQZAkNIDnMcR+zYyFJ/3/QzgBjC H6d7FiuuFXL8yXEMqDspmTGBC7MmMxk22cWrhIjBAdleWEONejtT221eO2IO2UT741u9 b2wL4bym33xoGRLlbhi6RBGwljdT6ajwHo3JQiVHk5x8E0MwbeufpfAVu90QNIn38Ytq FGeSceGsMR7ljeaEKlKt5AUkfVuTMvkc4jbrIJDkTbK2omg2CNp5nPH8dM3gXkac6jqy bnzQ== X-Gm-Message-State: AOAM533HGJo8gwPB5g2hylD7ZL6ZppzpJg+58pv0Z7jN3xsuy7n5BPeT ERFFRP0Gx1eMwOxf6HZtjU0Z4IHseU3yTA== X-Google-Smtp-Source: ABdhPJy0S2qxrTLnAYbTBx7qRJ+U/OolaxO0bHl/Ub/NpTkmEkpuAHDQ9udXV5JqX/r0ZzcQgGutiA== X-Received: by 2002:a65:5a8e:: with SMTP id c14mr3849648pgt.125.1631211072037; Thu, 09 Sep 2021 11:11:12 -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.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 11:11:10 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 11:10:43 -0700 Message-Id: <20210909181048.176255-14-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 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 */ -- 2.30.2