From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by dpdk.org (Postfix) with ESMTP id 538781B664 for ; Fri, 10 Nov 2017 09:15:49 +0100 (CET) Received: by mail-pf0-f196.google.com with SMTP id p87so6227686pfj.3 for ; Fri, 10 Nov 2017 00:15:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=EEkSKhR39pIFeaxOSTtFSC1kD5XOwXXgNxRZoNs26kk=; b=QLEcETWp2DDQ5ZmcMxvUUudPv63NACgNRji2oKL5W1OccGCnncxH2tLJ/iiuUy/UrN YIRzKL7dQIumMEogMg7X3pFcBedPrNNF/jsVSrZmRDyImXBlP9DLbgSWzf1dk+kT5NqZ BEK0GWDWLvWGk2OqdzuIkvrr5c8nAp1h9K4wijpvBga0fvKwT1Gf5b+f4UA8Mjox0tjK 1L8fihUMK/tcdRjHElGAWAMuCks2Q9KcPp/ZM2kVsFX/ZBbryiL5IrTiWCHFaFTgL8AD QJWBJ2cyE1No/E+NNztwo08wZQ6lQ3VT1I3EYBa8AEWuAKNeVDQUVV/iIK0CeTRqabUG EUqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=EEkSKhR39pIFeaxOSTtFSC1kD5XOwXXgNxRZoNs26kk=; b=aNLuy2QnbBiuSlCaYyafMzKr6TolvjwR+4gJnKq+wynvv7BGAWEekPlgOEff8ZlG8n 4hQUOU3r/ZAfBr3+FbkPsC7ADhkKsuB5quf85IF9cVyuHkL5pQ9dS/d25SbmFbojHBHO fs+/SQ7Qw/iuxsBnPmF8PMB7On+wrqjWilYzhUs2jyF2RxMMVoalinL3aZzuABIuCGLk nu7rWEDVfqFKCHl5pBjgCfQdFORsBmKt8ddtT6K9t9YZOTrJGyjzq0iy1xvYLwZwV14j FZXvSZHWEDHejFFW8jm5os6SSRPEbu/UZS5rkHlxYNOjCyzmGAWzx/vl3x/tmeCEOP74 KzAg== X-Gm-Message-State: AJaThX6VGUOBIRxMGch4FFf77H42lvGtqmDvz5B19GPxaRvYKUk+ULPn Uj+N74nUl8nVfivJuVys2LYcow== X-Google-Smtp-Source: ABhQp+QWtcu2O6CiQHh29VHEEOIIe+MYZyikI34Be7GcDvUHcwGZ9FUTAPQhk9Hz1Dz8o+ptH/rGYQ== X-Received: by 10.84.149.102 with SMTP id b35mr3297008plh.331.1510301748412; Fri, 10 Nov 2017 00:15:48 -0800 (PST) Received: from localhost.localdomain ([50.35.88.106]) by smtp.gmail.com with ESMTPSA id j186sm18224964pfc.114.2017.11.10.00.15.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 10 Nov 2017 00:15:47 -0800 (PST) From: Pavel Shirshov To: dev@dpdk.org Date: Fri, 10 Nov 2017 00:15:40 -0800 Message-Id: <1510301740-18525-1-git-send-email-pavel.shirshov@gmail.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] lib/librte_net: Fix typos in documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2017 08:15:49 -0000 Signed-off-by: Pavel Shirshov --- lib/librte_net/net_crc_neon.h | 2 +- lib/librte_net/net_crc_sse.h | 2 +- lib/librte_net/rte_ip.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_net/net_crc_neon.h b/lib/librte_net/net_crc_neon.h index 201b2c8..cb8f63d 100644 --- a/lib/librte_net/net_crc_neon.h +++ b/lib/librte_net/net_crc_neon.h @@ -64,7 +64,7 @@ struct crc_pmull_ctx crc16_ccitt_pmull __rte_aligned(16); * FOLD = XOR(T1, T2, DATA) * * @param data_block 16 byte data block - * @param precomp precomputed rk1 constanst + * @param precomp precomputed rk1 constant * @param fold running 16 byte folded data * * @return New 16 byte folded data diff --git a/lib/librte_net/net_crc_sse.h b/lib/librte_net/net_crc_sse.h index ac93637..7eae147 100644 --- a/lib/librte_net/net_crc_sse.h +++ b/lib/librte_net/net_crc_sse.h @@ -66,7 +66,7 @@ struct crc_pclmulqdq_ctx crc16_ccitt_pclmulqdq __rte_aligned(16); * @param data_block * 16 byte data block * @param precomp - * Precomputed rk1 constanst + * Precomputed rk1 constant * @param fold * Current16 byte folded data * diff --git a/lib/librte_net/rte_ip.h b/lib/librte_net/rte_ip.h index 4491b86..73ec398 100644 --- a/lib/librte_net/rte_ip.h +++ b/lib/librte_net/rte_ip.h @@ -237,7 +237,7 @@ rte_raw_cksum(const void *buf, size_t len) * @param off * The offset in bytes to start the checksum. * @param len - * The length in bytes of the data to ckecksum. + * The length in bytes of the data to checksum. * @param cksum * A pointer to the checksum, filled on success. * @return -- 2.7.4