diff --git a/contrib/mobile/utils/android_petsc_reconfigure-armv7-android-linux.py b/contrib/mobile/utils/android_petsc_reconfigure-armv7-android-linux.py
index 692e100a4d0a25b18ce292bbf1f790de762c4617..e444157327c6abc16d12f666cd5f5cf7d05d879f 100755
--- a/contrib/mobile/utils/android_petsc_reconfigure-armv7-android-linux.py
+++ b/contrib/mobile/utils/android_petsc_reconfigure-armv7-android-linux.py
@@ -6,8 +6,9 @@
 ########   edit src/system/err.c to remove the exception throwing code
 ########   edit android_real/lib/petsc/conf/petscvariables:
 ########         remove the dylib stuff
-########         and edit SL_LINKER_FUNCTION : just define as "-shared"
-########         add "-Wl,--unresolved-symbols=ignore-all" to fix undefined ref to 'main'
+########         edit SL_LINKER_FUNCTION
+########         add "-Wl,--unresolved-symbols=ignore-all" to the linker flags to
+########           fix undefined ref to 'main'
 
 if __name__ == '__main__':
   import sys