samples: zephyr: trivial Makefile fixes
Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
diff --git a/samples/zephyr/Makefile b/samples/zephyr/Makefile
index 7678615..2b82982 100644
--- a/samples/zephyr/Makefile
+++ b/samples/zephyr/Makefile
@@ -23,7 +23,7 @@
# in question.
#
# running
-#
+#
# make BOARD=frdm_k64f all
#
# should generate three "*.bin" files in this directory:
@@ -147,4 +147,4 @@
check:
@if [ -z "$$ZEPHYR_BASE" ]; then echo "Zephyr environment not set up"; false; fi
- @if [ -z "$(BOARD)" ]; then echo "You must specity BOARD=<board>"; false; fi
+ @if [ -z "$(BOARD)" ]; then echo "You must specify BOARD=<board>"; false; fi