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 610DAA0547; Thu, 9 Sep 2021 20:11:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47A3541154; Thu, 9 Sep 2021 20:10:59 +0200 (CEST) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) by mails.dpdk.org (Postfix) with ESMTP id BA39E4013F for ; Thu, 9 Sep 2021 20:10:56 +0200 (CEST) Received: by mail-pg1-f171.google.com with SMTP id s11so2615296pgr.11 for ; Thu, 09 Sep 2021 11:10:56 -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=JJQq3TToCb4BiWz80JF44vxpZoDhwTPbhrRU0BdDES86gyDO21NKMAfSam3hsYpAdb ThFbO7SvJ+mYQneCWnwM7z1SSPnZZFC5W1NOm26KjZq3qU0ushYs76YyYtOlDgaBbvgW JuSnFNQvrd6GKUpynclCC2F2N5hfvw+Dz+XMN3EB+mkEAtzbYxEnNB972VF4j0rxxJDK vxVt1O5MfvGmEakmH8XYMD60GzZ6rAejxdpcmumyuOd3W3+GWDI/01+ZEN5woQUl0ntS U0lsmPz7dWLJE3nN+SVIXobnaAjD4Yj3ZUE0p+5/fFWDmN6XnIXjSRCFgndsmC90r4nm C7mA== 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=kPL6bqK/Eg6DZu6JoafaVPPzthNI5AClLYymGLnBOK7lTw0lXRT3x+yRiiTt6nrrXC LyJtl+KNyW13rvnIrrzQ0eoDtHDOpkYtLP2IXnsvzgwM6vcYYBGnRFzZRGiwsTnov7zh nWiXSq8P8E5ZWJuD7fUknIRbEzbwQhvpZXR7Deaankp2O+rHb74kyTncwr5GOLD9s07/ Hy6dlMwYbV+T1N8PYJphlsOJD+hyTpIbDSMUxt6PEg5vIBxU66fQxce7duzYNHN8zj9w JTzrpjgAqp4FTfKJ+z3uOc9FgkvzCEomSrEkkANybjkynH2WhZg6vKct4cs85Qoa58Gl bjxg== X-Gm-Message-State: AOAM532E3LMhCGKQ09acg0BAhlBmc581tDdfKDgOpu//ciIxbsCvZd+m zoeq53o+SHTzPw+i4ffBoBtIYrRTo5uwPw== X-Google-Smtp-Source: ABdhPJxKNNttx2MyosUBNG/xTHMDTDTn2XeivW951i4x+k14lVQVb7K11I1y24+15ZldLZU9Q1e3xQ== X-Received: by 2002:a63:cf44:: with SMTP id b4mr3802702pgj.215.1631211055641; Thu, 09 Sep 2021 11:10:55 -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.10.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 11:10:54 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 11:10:33 -0700 Message-Id: <20210909181048.176255-4-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 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