am c98359cc: am 0d9c78af: am 5265ad62: Merge "Fix comment typo."

* commit 'c98359cc6bffdffe03067740a0ad691cc16d83fa':
  Fix comment typo.
This commit is contained in:
Christopher Ferris 2014-05-16 02:21:53 +00:00 committed by Android Git Automerger
commit 02aabff12e

View File

@ -816,8 +816,8 @@ include $(BUILD_STATIC_LIBRARY)
# This is a version of the static C library that does not
# include malloc. It's useful in situations when the user wants
# to provide their own malloc implementation, or wants to
# explicitly disallow the use of the use of malloc,
# such as in the dynamic loader.
# explicitly disallow the use of malloc, such as in the
# dynamic linker.
include $(CLEAR_VARS)