summaryrefslogtreecommitdiff
path: root/examples/timer
diff options
context:
space:
mode:
authorJerin Jacob <[email protected]>2017-06-07 10:35:06 +0530
committerThomas Monjalon <[email protected]>2017-06-14 23:54:13 +0200
commit98a7ea332ba3da0f74ec951595d36a616165b255 (patch)
treeb01c01b178e2da9305cf0dc77b071841d3dceddb /examples/timer
parenteb0082450f8e6f5206c1ceaeb00f88f87663c19d (diff)
fix typos using codespell utility
Fixing typos across dpdk source code using codespell utility. Skipped the ethdev driver's base code fixes to keep the base code intact. Signed-off-by: Jerin Jacob <[email protected]> Acked-by: John McNamara <[email protected]>
Diffstat (limited to 'examples/timer')
-rw-r--r--examples/timer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/timer/Makefile b/examples/timer/Makefile
index af12b7ba4b..7db48ec6b7 100644
--- a/examples/timer/Makefile
+++ b/examples/timer/Makefile
@@ -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