]> 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:30:29 +0000 (11:30 +0400)
dyn_load.c

index 3be74eb855ad81cd1bbf4b0d0ee708157bede17d..193f307ff8f11256d053cc1d577fd22a20c26e69 100644 (file)
@@ -88,7 +88,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>