]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/symmetric_mp/Makefile
net/virtio: fix incorrect cast of void *
[dpdk.git] / examples / multi_process / symmetric_mp / Makefile
index c789f3c9fbf16391a60784eb5f63dcc5101b3d56..77d90c68d093cc967efe193382771d253c11e082 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