OSDN Git Service

core: Makefile: fix a typo in a comment
authorAlex Naidis <alex.naidis@linux.com>
Sun, 10 Jan 2016 14:18:54 +0000 (14:18 +0000)
committerNick Kralevich <nnk@google.com>
Sun, 7 Aug 2016 14:36:50 +0000 (14:36 +0000)
Change-Id: I1a8f1a4e2d7d29fa930fd0a07f4885c162f3e1f4
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
core/Makefile

index 7082f5a..b2305e6 100644 (file)
@@ -284,7 +284,7 @@ endif
 # -----------------------------------------------------------------
 # vendor build.prop
 #
-# For verifying that the vendor build is what we thing it is
+# For verifying that the vendor build is what we think it is
 ifdef BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE
 INSTALLED_VENDOR_BUILD_PROP_TARGET := $(TARGET_OUT_VENDOR)/build.prop
 ALL_DEFAULT_INSTALLED_MODULES += $(INSTALLED_VENDOR_BUILD_PROP_TARGET)