]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/Makefile
fix typos using codespell utility
[dpdk.git] / examples / multi_process / Makefile
index 6b315cc0e1dc0cf84bdb6d597e2a0b4c47119a66..696633b935dd1ba6589f3af7dd15cd82aa5358f7 100644 (file)
@@ -33,7 +33,7 @@ ifeq ($(RTE_SDK),)
 $(error "Please define RTE_SDK environment variable")
 endif
 
-# Default target, can be overriden by command line or environment
+# Default target, can be overridden by command line or environment
 RTE_TARGET ?= x86_64-native-linuxapp-gcc
 
 include $(RTE_SDK)/mk/rte.vars.mk