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 5BFA7A0548; Fri, 12 Nov 2021 01:02:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 86DFC41156; Fri, 12 Nov 2021 01:02:38 +0100 (CET) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id 392C14114E for ; Fri, 12 Nov 2021 01:02:36 +0100 (CET) Received: by mail-pj1-f52.google.com with SMTP id v23so5301674pjr.5 for ; Thu, 11 Nov 2021 16:02:36 -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=BMWNw0gLugZcukBh8c3ss54CZJL+3hBZ9dhbogD12Ug=; b=c+BK6CrDGzJTm3rvQ5z9Se6Dm3DIJD9TJMx5DHU24mfnYjQJZqcyGxA6dLBgYNHdTI wsw8kODFh7M+1N3YFH/VW/dak4uufka6z9smqXPOq4XhE0DOR1zAtORNC+bB32DMxS1Y OCdzSKxUiAPuKj2hdSNcIcYN6dRRiSIHRwFD+GLbM/ObW6F7BV+W7i0lGhYPP60Dh6eP vLTvTCWGoe6tnKYKxz0j0wZPZIWKBf170cJyvHYJai/cSYBz4LmCb0sIgZG2w2rYW8ji MvvkUNATfJNCVS8KFPB9FD+TYN586gRMVqJF0kk0AIngeb1X/W0lhrl0GbWeiZk9sJC5 GWqg== 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=BMWNw0gLugZcukBh8c3ss54CZJL+3hBZ9dhbogD12Ug=; b=w69D815oLELnxalv89zik/KiZZHaU/2uIet7FANd7exe6DL5SbdbRVoj9bEC04ZI8M XEb8EQdCc3zD7+ew4gXRdxpUTX05m6kFcsGOcH4Ru58TopTgndIX89kV83Pwi+k/M4eq lUuF7Za5o3siE41NlOccY/v1xKzyrn1B7QqgbJndC8EqVrFIawpQbVS05HoYZ6kIk3FP aiKjkVNuylmWNpE5NgVQ2261VLUCS4HOj1VZNyNlbQXnKucjKtDcBOmq4bXVBPo6DrMb bIDLDoQTbcgFw9GLyuC3KLhlnxV6Y5li2jdlm+wX1/mkfsrSiuYWaqhLQxwTIpWj2u8Y 6TKw== X-Gm-Message-State: AOAM530n4Zkz3z1/v8aLvT7zbsE3RKifkkAWPXLy9gt4J0DJDowZw8Nk Rr4/T/zXN9PcuIL/CcudmpLXqKyUvVvbTQ== X-Google-Smtp-Source: ABdhPJxReypVTgl1e6j08MAvcuU+VcLKB5NhQdPPPlIuH5KsjN3QHO2DomSLVoGok+PQhjKvmUglsw== X-Received: by 2002:a17:902:b909:b0:13a:2d8e:12bc with SMTP id bf9-20020a170902b90900b0013a2d8e12bcmr3325278plb.6.1636675355051; Thu, 11 Nov 2021 16:02:35 -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.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 16:02:34 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Honnappa Nagarahalli Subject: [PATCH v4 05/18] rcu: fix typo in comment Date: Thu, 11 Nov 2021 16:02:13 -0800 Message-Id: <20211112000226.56586-6-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 Another codespell find. Signed-off-by: Stephen Hemminger --- lib/rcu/rte_rcu_qsbr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rcu/rte_rcu_qsbr.h b/lib/rcu/rte_rcu_qsbr.h index 18811c1cc106..62a420a785fc 100644 --- a/lib/rcu/rte_rcu_qsbr.h +++ b/lib/rcu/rte_rcu_qsbr.h @@ -362,7 +362,7 @@ rte_rcu_qsbr_thread_offline(struct rte_rcu_qsbr *v, unsigned int thread_id) /* The reader can go offline only after the load of the * data structure is completed. i.e. any load of the - * data strcture can not move after this store. + * data structure can not move after this store. */ __atomic_store_n(&v->qsbr_cnt[thread_id].cnt, -- 2.30.2