From f806b8d65221b5cc2b1003ed26be443a8492265f 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 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 -- 2.40.0