Prevent concurrent extractions
am: d89431ead3

Change-Id: I8fe1f1aeb0d814aca58dbc9d35089377d8af0a9a
diff --git a/library/src/android/support/multidex/MultiDex.java b/library/src/android/support/multidex/MultiDex.java
index 982bfbf..9864656 100644
--- a/library/src/android/support/multidex/MultiDex.java
+++ b/library/src/android/support/multidex/MultiDex.java
@@ -43,7 +43,7 @@
 import java.util.zip.ZipFile;
 
 /**
- * Monkey patches {@link Context#getClassLoader() the application context class
+ * MultiDex patches {@link Context#getClassLoader() the application context class
  * loader} in order to load classes from more than one dex file. The primary
  * {@code classes.dex} must contain the classes necessary for calling this
  * class methods. Secondary dex files named classes2.dex, classes3.dex... found