]> granicus.if.org Git - gc/commitdiff
Fix a typo and improve comment in dyn_load.c (Android)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 26 Mar 2012 03:30:07 +0000 (07:30 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 26 Mar 2012 07:33:20 +0000 (11:33 +0400)
dyn_load.c

index 7803c9555fe8bb431002a09c8256fc7cda139f2b..ce45ee2716f67d30f2eac988a5d1ea96995cad84 100644 (file)
@@ -91,7 +91,7 @@ STATIC GC_has_static_roots_func GC_has_static_roots = 0;
 #   include <elf.h>
 # endif
 # ifdef PLATFORM_ANDROID
-    /* The header file is in bionics/linker. */
+    /* The header file is in "bionic/linker" folder of Android sources. */
     /* If you don't need the "dynamic loading" feature, you may build   */
     /* the collector with -D IGNORE_DYNAMIC_LOADING.                    */
 #   include <linker.h>