Merge "Docs: Fix typo in documentation of gc-debug.jd"
diff --git a/src/devices/tech/dalvik/gc-debug.jd b/src/devices/tech/dalvik/gc-debug.jd
index 676d38b..a353cfd 100644
--- a/src/devices/tech/dalvik/gc-debug.jd
+++ b/src/devices/tech/dalvik/gc-debug.jd
@@ -85,7 +85,7 @@
 heaps with complex object graphs.
 </ul>
 
-<p>The other main other area where the ART GC is different than Dalvik is the
+<p>The other main area where the ART GC is different than Dalvik is the
 introduction of moving garbage collectors. The goal of moving GCs is to
 reduce memory usage of backgrounded apps through heap compaction. Currently,
 the event that triggers heap compaction is ActivityManager process-state