From ae1d4b0d1834f0fcfe03d33691fe6815fb73af39 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 25 Apr 2015 11:02:40 -0700 Subject: [PATCH] Fix a trivial comment typo. Bug: https://code.google.com/p/android/issues/detail?id=170069 Change-Id: Iacd308893561a991971b191d4d10a78ca82753d4 --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index 13465e3ec..41e280185 100644 --- a/core/main.mk +++ b/core/main.mk @@ -29,7 +29,7 @@ endif # TOPDIR is the normal variable you should use, because # if we are executing relative to the current directory # it can be "", whereas TOP must be "." which causes -# pattern matching probles when make strips off the +# pattern matching problems when make strips off the # trailing "./" from paths in various places. #ifeq ($(TOP),.) #TOPDIR :=