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 7225DA0547; Thu, 9 Sep 2021 19:57:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0866A4113D; Thu, 9 Sep 2021 19:56:59 +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 3531C4112E for ; Thu, 9 Sep 2021 19:56:57 +0200 (CEST) Received: by mail-pg1-f170.google.com with SMTP id u18so2610483pgf.0 for ; Thu, 09 Sep 2021 10:56:57 -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=Y25iWHqn41cma0pni3agsyZA7pW28pv1+XV5OeogKUo=; b=PemWYA4XyP60EWCbMG8m+wD37MYX5rB65XpFmfz+E0HO3U5ohXsDU0FrDByW+ShqzX ri7jeiGjAQJOYONd8px5H5tLh3E6bTQ8p8G2tnVLEEf3Rm0nG9WZHFiYpoLWLmtP7uic 2MXFz1so7P7KMePXiB+gKWl4+IZrwXjKNfpffWWFnRRVPnzdOnP5DTI2s7SueiRYka+v yt8x3iZE6Jl+AIENZh+Kf9li8wSkV0aTFH5KMbRbBes2BpiHFUv8en2ssTsfm/NfqhBB 8QIh+DB+7wc7GRiNZN+6F9Jo74JwV/X+bLUuo5PIeAJ17WFB4YKf2IKTBN+LUcgKjy6J qW0w== 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=ltXM7Ob+yhAnax8XpzuTOW4L9+Qq1fIfNnkTEwbtJTcX12VlUsQ+HDU0DNr+r5YbTA Z1z7uy0qv7o/EpP+yEipPNxTYdQxvMvfUXHW4AEFdh+e0vDtQk38B/6HvRe+0wU80GEA KMcJKFMpW5ni00iwLndK5GIMny6xWK+35T1Jc/yGXJtDAAsrQc72I1ubjM5QUA+fUn4N 3KDET8oAdck9D7wqMTGlcLqPPUr+AaGMR4QFOcdSo/toK0F4H9+FfBRgYmbqMrANjYMn mVG7rbzGJtcdyp/9Qz4F2pqLEWuXFGLVX/1JW7P/ZgF5pdjMOCjSBDNgdITfJbBceJEf t2wg== X-Gm-Message-State: AOAM532OojpHWldY9K//E2nLkzGoq56OBFTkfe2sZSVyQWjGxL6jU6T1 Mh+IrhUCcU7YDGU/9Ajs2BTpiObY+5KGfg== X-Google-Smtp-Source: ABdhPJzoKR2cjewNXpAnWJJyRklXIDmtDg9Fk4NHrL4sOpfaIt/hhvM4LHp8zWNKS28sDlE8JG4z/w== X-Received: by 2002:a63:9d44:: with SMTP id i65mr3726262pgd.69.1631210216079; Thu, 09 Sep 2021 10:56:56 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v25sm2772977pfm.202.2021.09.09.10.56.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 10:56:55 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 10:56:33 -0700 Message-Id: <20210909175648.174258-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909175648.174258-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 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