aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-10-25 13:32:38 +0300
committerMatias Elo <matias.elo@nokia.com>2023-11-06 08:55:30 +0200
commit8aa8c2ece83c52b190e8fbbe748592d002d74246 (patch)
tree7e395ffb0c12b820ceb8b02703bd769af79f1174
parenta0ae0cc5ee02beb9a17d4083d217142b57fd7ee7 (diff)
Port 30c50f461 "linux-gen: fix typos"
Port original commit from linux-generic. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com>
-rw-r--r--platform/linux-dpdk/m4/configure.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-dpdk/m4/configure.m4 b/platform/linux-dpdk/m4/configure.m4
index 70295400f..74b4e43f2 100644
--- a/platform/linux-dpdk/m4/configure.m4
+++ b/platform/linux-dpdk/m4/configure.m4
@@ -39,7 +39,7 @@ AC_ARG_ENABLE([dpdk-shared],
# Check for DPDK availability
#
# DPDK pmd drivers are not linked unless the --whole-archive option is
-# used. No spaces are allowed between the --whole-arhive flags.
+# used. No spaces are allowed between the --whole-archive flags.
##########################################################################
ODP_DPDK([$DPDK_PATH], [$dpdk_shared], [],
[AC_MSG_FAILURE([can't find DPDK])])