From ba1e1368cccab27d0c827bcf71bfa48ae8b76f86 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 24 Nov 2021 20:40:57 -0500 Subject: [PATCH] spelling: dpdkbuild Part of #2256 * parallel * several Change-Id: I192e204cdc34d541e5afdc59624b565abf1d668e Signed-off-by: Josh Soref Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10402 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Tomasz Zawadzki --- dpdkbuild/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dpdkbuild/Makefile b/dpdkbuild/Makefile index 2a3c1369c..2468e00ba 100644 --- a/dpdkbuild/Makefile +++ b/dpdkbuild/Makefile @@ -112,7 +112,7 @@ ifeq ($(shell test $(GCC_MAJOR) -ge 10 && echo 1), 1) #1. gcc 10 complains on operations with zero size arrays in rte_cryptodev.c, so #disable this warning #2. gcc 10 disables fcommon by default and complains on multiple definition of -#aesni_mb_logtype_driver symbol which is defined in header file and presented in sevral +#aesni_mb_logtype_driver symbol which is defined in header file and presented in several #translation units DPDK_CFLAGS += -Wno-stringop-overflow -fcommon endif @@ -136,7 +136,7 @@ endif # Some ninja versions come with a (broken?) jobserver which defaults to use # only 1 thread for the build. We workaround this by specifying -j to ninja # with the same value as top-makefile. This is OK as long as DPDK is not built -# in parralel with anything else, which is the case for now. +# in parallel with anything else, which is the case for now. ifeq ($(MAKE_PID),) MAKE_PID := $(shell echo $$PPID) endif