Fix comment typo.

Change-Id: I1909f724826b531daf14fec4853e40d578fc0f59
This commit is contained in:
Christopher Ferris 2014-05-15 18:12:11 -07:00
parent ea5248ee1b
commit 9029d2f638

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)