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_2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a36ff150c07de7f84d5fa4e6d8b960593b29eff7;p=gc Fix a typo and improve comment in dyn_load.c (Android) --- diff --git a/dyn_load.c b/dyn_load.c index 7803c955..ce45ee27 100644 --- a/dyn_load.c +++ b/dyn_load.c @@ -91,7 +91,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