From: Ivan Maidanski Date: Mon, 26 Mar 2012 03:30:07 +0000 (+0400) Subject: Fix a typo and improve comment in dyn_load.c (Android) X-Git-Tag: gc7_3alpha2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f806b8d65221b5cc2b1003ed26be443a8492265f;p=gc Fix a typo and improve comment in dyn_load.c (Android) --- diff --git a/dyn_load.c b/dyn_load.c index 3be74eb8..193f307f 100644 --- a/dyn_load.c +++ b/dyn_load.c @@ -88,7 +88,7 @@ STATIC GC_has_static_roots_func GC_has_static_roots = 0; # include # 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