Merge "Fix comment typo."
diff --git a/libc/Android.mk b/libc/Android.mk
index 82dcc55..f56065a 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -816,8 +816,8 @@
 # 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)