diff options
author | Elliott Hughes <enh@google.com> | 2015-04-25 18:44:03 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-25 18:44:03 +0000 |
commit | 4091bdb16864638e83ba7a501c2745db92d569d3 (patch) | |
tree | 9d6c95968079931ae86a62685826d2ee7daea3c3 | |
parent | 3edeb4e97b91810008ca7a733458637f75d1792b (diff) | |
parent | 6e40faa241b241f1c32edb40d36f9c407d8f6790 (diff) | |
download | build-4091bdb16864638e83ba7a501c2745db92d569d3.zip build-4091bdb16864638e83ba7a501c2745db92d569d3.tar.gz build-4091bdb16864638e83ba7a501c2745db92d569d3.tar.bz2 |
am 6e40faa2: am 44984951: am 162e1906: am b271669a: Merge "Fix a trivial comment typo."
* commit '6e40faa241b241f1c32edb40d36f9c407d8f6790':
Fix a trivial comment typo.
-rw-r--r-- | core/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk index 7350f99..3bf9cae 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 := |