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 874A1A0C43; Thu, 14 Oct 2021 23:56:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 41C2D4116F; Thu, 14 Oct 2021 23:56:43 +0200 (CEST) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mails.dpdk.org (Postfix) with ESMTP id 19AE641165 for ; Thu, 14 Oct 2021 23:56:41 +0200 (CEST) Received: by mail-pg1-f174.google.com with SMTP id r2so6729899pgl.10 for ; Thu, 14 Oct 2021 14:56:41 -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=Y25iWHqn41cma0pni3agsyZA7pW28pv1+XV5OeogKUo=; b=I+gZ7G7EXg5hCmCp1FNNuG8Vcv4Nj+9GdPjIjHoCgFFGu4YB8OW9jfyle3h4RNpWSt U8lAI2YEcrhggEjparT/eAxfnuFtfTfhrv0OxIIsPmbWJ+q7p76jEVbKpjA+wEvdJNxE I85HVLEttGNKCeZ0bvU1KU0y5derqWWRp6ylVLJ0qeu7XQhuWOMPgV3kD/w6PBjB3Let hmC2ChQFbYxUiKJuYrC+aSmp7U/Hkw6erw5/b3oXXQDipUryidnO2TYBDG28aOk34X7q hZ7dGn262zkOBHr2uQIj/Zu8bkhlCAZqo+Iw7F5n2QPvTSnoQAzrkjkTt/qkvQZeC895 TRjw== 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=Y25iWHqn41cma0pni3agsyZA7pW28pv1+XV5OeogKUo=; b=A9TRjhFuaxaHVUzeQ/RaKosKt47CcRaAkMIATDXmpIwAKNRKCd86zY3KPuFMRDe8bC 7cdfizi87jsepYhj6QEbC/QBrDuEBLQIilHUgwokwZXoR51bA7l0yhGHMD+GUNEOTq7S 46Za83tTlH9RjeHg+F5a1FAKekJwStOF2Ylm0REriiDlp4P4SEVWTkWcLRZ6NqBICY8a Q1NG+vlTZ8eG2+5ttlvAp4SNxStGad1SPxlVcYecVBjWjvcfMonqjWIxHYWYbqDBSi6Z DzTYs6OG4Mb3Ma2eHbPxmltk4PRCvYhElbuOjm5lHtHJv6fDLyvtY8Lnl5vukL6dtc4L e/og== X-Gm-Message-State: AOAM533AOLBh5iqU9DQpyQl9+i2YfY6crCvFehAmfF+N/Flq538UhCzX OmGVxRySZdVcwB/qHBQDTVL5C+tJyLQ= X-Google-Smtp-Source: ABdhPJywr7yR5ePtuaBt/j5WELuVlkShT27A8WnB1QSQJizIrqn/7LqLFDn5Gxzp8QDuzON45FdxOA== X-Received: by 2002:aa7:96ab:0:b0:44c:f3e2:a7d1 with SMTP id g11-20020aa796ab000000b0044cf3e2a7d1mr7903241pfk.78.1634248599943; Thu, 14 Oct 2021 14:56:39 -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.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 14:56:39 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Erik Gabriel Carrillo , Jerin Jacob Date: Thu, 14 Oct 2021 14:56:16 -0700 Message-Id: <20211014215631.181747-4-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 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 03/18] eventdev: 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" Typo in comment found by codespell Signed-off-by: Stephen Hemminger --- lib/eventdev/rte_event_timer_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eventdev/rte_event_timer_adapter.c b/lib/eventdev/rte_event_timer_adapter.c index ee20b39f4b24..b5c2dc1427c6 100644 --- a/lib/eventdev/rte_event_timer_adapter.c +++ b/lib/eventdev/rte_event_timer_adapter.c @@ -493,7 +493,7 @@ event_buffer_flush(struct event_buffer *bufp, uint8_t dev_id, uint8_t port_id, RTE_ASSERT(head_idx < EVENT_BUFFER_SZ && tail_idx < EVENT_BUFFER_SZ); - /* Determine the largest contigous run we can attempt to enqueue to the + /* Determine the largest contiguous run we can attempt to enqueue to the * event device. */ if (head_idx > tail_idx) -- 2.30.2