From b33f8a1b8bf5c67d950f2498c298d2f44bed3e46 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Sun, 25 Feb 2018 23:02:25 +0100 Subject: [PATCH] dist/tools/edbg: fix typo in comment --- dist/tools/edbg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/edbg/Makefile b/dist/tools/edbg/Makefile index 68fac72c5f..fabea13a48 100644 --- a/dist/tools/edbg/Makefile +++ b/dist/tools/edbg/Makefile @@ -8,7 +8,7 @@ PKG_BUILDDIR=$(CURDIR)/bin all: git-download # Start edbg build in a clean environment, so variables set by RIOT's build process -# for cross compiling a specific target platfrom are reset and edbg can +# for cross compiling a specific target platform are reset and edbg can # be built cleanly for the native platform. env -i PATH=$(PATH) TERM=$(TERM) "$(MAKE)" -C $(PKG_BUILDDIR) mv $(PKG_BUILDDIR)/edbg . -- GitLab