From patchwork Thu Sep 9 17:56:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98458 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E735A0547; Thu, 9 Sep 2021 19:57:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 355BE41164; Thu, 9 Sep 2021 19:57:07 +0200 (CEST) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mails.dpdk.org (Postfix) with ESMTP id 925354111F for ; Thu, 9 Sep 2021 19:57:04 +0200 (CEST) Received: by mail-pj1-f47.google.com with SMTP id f3-20020a17090a638300b00199097ddf1aso2128365pjj.0 for ; Thu, 09 Sep 2021 10:57:04 -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=YhKzcukIPnuFq2gmD/5xkP4Th29ZYZ+ww6uH6h8RZ2c=; b=keaOMYMLs+hrLNa79ElgSK+FEVMkYPcdlBR+je31F5g2YupYMavtXiwUQJ2vCXjCQT paQbVFnCpTKIyZkPYYOvFzu375rXrIoVYtDqnUDEasURti7XhkUf1pMOfSmxNOSce1Sh SqhSg942ohiQuZuK8VyhDEt4rxrllbRa91yZlIoFVlt3lLgIaG83qm6yXonKS1yzWobN e+wNW5M4vMlX3PnTPgzWaJz5w3G0Rpv1ND2SoBDavZYgsF1hfZePiNuUFXDKC3TEjpWr fDGMXNsztwiJuqKCly8TDEZEyGiWhg7rduZaCcwoIz4v5QM0EWDqA4ZBt9P1Zz0FFErk n50g== 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=YhKzcukIPnuFq2gmD/5xkP4Th29ZYZ+ww6uH6h8RZ2c=; b=woB+jSge5Miq+zRAgq66ONvQroPqWkfOJB8VJ0fw+EMV5JjZL9R9PmRchAooQ4ZWpu sq70MVoIgctMtf9fUwl8COuEBGGxaC4L5wdQYep45dRZz3ZfmAJJrzcKaSxdA/B2D8je mqh8g1UQ1A2x6pq9VJVGNLhuR97ifRI/lwBuzzmd/tuttGRUFL4nB3VfBuz3wDOJuuD0 7gPCu9PPNZNvXXVhLZS+YR5IRNZvMp+vq8kX6z8CoCdTWL8FeHBDxhdy7ShSpFgXktSi lIf32R3OlFHA5yjsrhV5YQiJMz/1DMo5Ms2yacplQsRy3tjFJEv+qy2kASpxS95/lEcx kPrg== X-Gm-Message-State: AOAM530xNO/h/JIYTgKSFayIPAinlovxmAevlsGjDDGajyHcubgrwiJC V8dqXlKJh3kO49CmcDCSfwZo3A+Im4ZURg== X-Google-Smtp-Source: ABdhPJztyEPotpVmQfAEhusSn8iBxp4OyFqkemMymvJLhFCWihenXtZBTRq30GiFyKD1vVl9TeVAhQ== X-Received: by 2002:a17:90a:1282:: with SMTP id g2mr4822462pja.230.1631210223391; Thu, 09 Sep 2021 10:57:03 -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.57.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 10:57:02 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 10:56:38 -0700 Message-Id: <20210909175648.174258-9-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 Subject: [dpdk-dev] [PATCH 08/18] eal: fix typos 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" Minor spelling errors. Signed-off-by: Stephen Hemminger --- lib/eal/include/rte_function_versioning.h | 2 +- lib/eal/windows/include/fnmatch.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/eal/include/rte_function_versioning.h b/lib/eal/include/rte_function_versioning.h index 746a1e19923e..eb6dd2bc1727 100644 --- a/lib/eal/include/rte_function_versioning.h +++ b/lib/eal/include/rte_function_versioning.h @@ -15,7 +15,7 @@ /* * Provides backwards compatibility when updating exported functions. - * When a symol is exported from a library to provide an API, it also provides a + * When a symbol is exported from a library to provide an API, it also provides a * calling convention (ABI) that is embodied in its name, return type, * arguments, etc. On occasion that function may need to change to accommodate * new functionality, behavior, etc. When that occurs, it is desirable to diff --git a/lib/eal/windows/include/fnmatch.h b/lib/eal/windows/include/fnmatch.h index 142753c3568d..c272f65ccdc3 100644 --- a/lib/eal/windows/include/fnmatch.h +++ b/lib/eal/windows/include/fnmatch.h @@ -30,7 +30,7 @@ extern "C" { * with the given regular expression pattern. * * @param pattern - * regular expression notation decribing the pattern to match + * regular expression notation describing the pattern to match * * @param string * source string to searcg for the pattern