From: Nathael Pajani Date: Tue, 11 Aug 2015 16:58:00 +0000 (+0200) Subject: typo fix in comments X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=c1080cf8cfe12eb04a018a3733eef1efc63eb942;p=soft%2Flpc122x%2Fcore typo fix in comments --- diff --git a/Makefile b/Makefile index 4331d04..327738f 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ mrproper: clean # Some notes : # The command "make -f /path/to/here/Makefile app_name" does not work, as well # as the command "make -f /path/to/here/apps/app_name/Makefile". -# This coul dbe solved in the app Makefiles by replacing +# This could be solved in the app Makefiles by replacing # "NAME = $(shell basename $(CURDIR))" # with # "NAME = $(shell basename $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))"