From 9029d2f638160b37f65da176acd7ccb3aa0ba891 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 15 May 2014 18:12:11 -0700 Subject: [PATCH] Fix comment typo. Change-Id: I1909f724826b531daf14fec4853e40d578fc0f59 --- libc/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/Android.mk b/libc/Android.mk index 2d56af052..4a470b750 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -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)