summaryrefslogtreecommitdiff
path: root/dyn_load.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-12-15 01:03:50 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-12-15 01:03:50 +0400
commited05ef427660b76aa83c3c84e2a269a1ef1d0a6c (patch)
tree1711649df520be28a2d79797e1909e80562c0806 /dyn_load.c
parent34d29b8b697af4eac2f9a4dfbcdb0cf9d03f115e (diff)
downloadbdwgc-ed05ef427660b76aa83c3c84e2a269a1ef1d0a6c.tar.gz
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.
Diffstat (limited to 'dyn_load.c')
-rw-r--r--dyn_load.c2
1 files changed, 1 insertions, 1 deletions
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;