From a36ff150c07de7f84d5fa4e6d8b960593b29eff7 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 26 Mar 2012 07:30:07 +0400 Subject: [PATCH] Fix a typo and improve comment in dyn_load.c (Android) --- dyn_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0