From ed05ef427660b76aa83c3c84e2a269a1ef1d0a6c Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 15 Dec 2012 01:03:50 +0400 Subject: Replace '`' symbol with double-quote in comments * doc/README.win32: Replace "`" symbol (and paring single-quote) with double-quote symbol. * dyn_load.c (GC_register_dynlib_callback): Likewise. * finalize.c (GC_should_invoke_finalizers): Likewise. * include/private/gc_priv (GC_INLINE, ptr_t): Likewise. * include/private/gcconfig.h (DATAEND): Likewise. --- dyn_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dyn_load.c') diff --git a/dyn_load.c b/dyn_load.c index b1ec6014..9d9700fe 100644 --- a/dyn_load.c +++ b/dyn_load.c @@ -446,7 +446,7 @@ STATIC int GC_register_dynlib_callback(struct dl_phdr_info * info, case PT_GNU_RELRO: /* This entry is known to be constant and will eventually be remapped read-only. However, the address range covered by this entry is - typically a subset of a previously encountered `LOAD' segment, so + typically a subset of a previously encountered "LOAD" segment, so we need to exclude it. */ { int j; -- cgit v1.2.1