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 60EA0A0547; Thu, 9 Sep 2021 21:50:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E00A54068E; Thu, 9 Sep 2021 21:49:59 +0200 (CEST) Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) by mails.dpdk.org (Postfix) with ESMTP id 75FAF4003E for ; Thu, 9 Sep 2021 21:49:58 +0200 (CEST) Received: by mail-lf1-f54.google.com with SMTP id c8so5956401lfi.3 for ; Thu, 09 Sep 2021 12:49:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/kv9a2uqWdiN+xA7v6zsUvOMe5zaRaARNoymdvHkGXw=; b=RDW6XS04fvJORv/NmR6vkWI9S2sVrYa2cIvKpeXk88trRpC6V8qBDnG/Wlud2AVqUu qkEo1srmDESu5ql8Gwq8/cgLcDc1JXEd/mvGBjjD4bjPrr/RfEzQftigMbZczz1o9RCb m13lpRAGmiwT5jkF3yEgqhNlR8MG6DAeYUDXWHupm6Z0KRKcWnEYwF9d26G3UNK+eTxD TMpAHhr4uAwIHBD6gx5vvEJieUqtcmmFDxyT9f80hGKu1wffZ+WP/6uYSe7WIaH/vYyt dsGhVg1GxdqcjiaO6VBSJd1mLMaxytoRVVy4O+gWZnASbwJ20+D/QvhXpBnFg5jJReFZ aioA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/kv9a2uqWdiN+xA7v6zsUvOMe5zaRaARNoymdvHkGXw=; b=pDdxyiGgMfIMzcIcDQE76dicC3ZvoCkc7BqxmKFX3ty/P3l47DxSyczZ0ns7/rCGR+ OVN3vmMEYZHEKPVZtH9Rf87fWDDVaLxELk/Stm8cU2PHvd3xGRHks5iGDiPlBcknIZgp ndcXOGi+K6v6tRfbnC+gttv9+sWni45uEir+trWYmZd9NRm+SJOCGdHL3h8Fc9KGJUrr 3ai3cDiZONUV6HOrPyyzcH6JeFnp+sswxiJ7a19lNyJq59X6LXN1VWVvSyU8xok8x+h8 YXW1o8enmqaj7nHVWQGSx3MSwybx5v1YSFksLVDDd69cGGRfaFyw3ASUDyGDTCwQ/U23 h4jw== X-Gm-Message-State: AOAM533buVTlbroyRHmdfR1Px19T9AWZMlROjdRw7p1dhBpvazAl4SBY Ju2f+6wWb1U5cKY17xy9BaQiBmNhSpE= X-Google-Smtp-Source: ABdhPJz9+McRpQZBoEHRXcnaLTYmEeNOVryL8+GZXpab6Tm8MymA6cqfNWdDjs2ehG91um+nNhSzGQ== X-Received: by 2002:a05:6512:b0c:: with SMTP id w12mr1162180lfu.508.1631216997803; Thu, 09 Sep 2021 12:49:57 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id u3sm293314lfb.284.2021.09.09.12.49.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 12:49:57 -0700 (PDT) Date: Thu, 9 Sep 2021 22:49:56 +0300 From: Dmitry Kozlyuk To: Stephen Hemminger Cc: dev@dpdk.org Message-ID: <20210909224956.200eba82@sovereign> In-Reply-To: <20210909181048.176255-7-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210909181048.176255-1-stephen@networkplumber.org> <20210909181048.176255-7-stephen@networkplumber.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 06/18] bpf: fix spelling in comments 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" 2021-09-09 11:10 (UTC-0700), Stephen Hemminger: [...] > diff --git a/lib/bpf/bpf_validate.c b/lib/bpf/bpf_validate.c > index 7b1291b382e9..3e7d3d730637 100644 > --- a/lib/bpf/bpf_validate.c > +++ b/lib/bpf/bpf_validate.c > @@ -1723,7 +1723,7 @@ static const struct bpf_ins_check ins_chk[UINT8_MAX + 1] = { > > /* > * make sure that instruction syntax is valid, > - * and it fields don't violate partciular instrcution type restrictions. > + * and it fields don't violate particular instruction type restrictions. Also "it" -> "its". > */ > static const char * > check_syntax(const struct ebpf_insn *ins) > @@ -1981,7 +1981,7 @@ validate(struct bpf_verifier *bvf) > > /* > * construct CFG, jcc nodes have to outgoing edges, > - * 'exit' nodes - none, all others nodes have exaclty one > + * 'exit' nodes - none, all others nodes have exactly one Also "others" -> "other". > * outgoing edge. > */ > switch (ins->code) {