From: Ivan Maidanski Date: Mon, 5 Dec 2016 20:54:57 +0000 (+0300) Subject: Fix a typo in comment in GC_SysVGetDataStart X-Git-Tag: v7.4.6~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28f390faaefc502448af378ed20b06c5a4811d4f;p=gc Fix a typo in comment in GC_SysVGetDataStart (Cherry-pick commit 6d6663e from 'release-7_6' branch.) * os_dep.c [SVR4 || AUX || DGUX || LINUX && SPARC] (GC_SysVGetDataStart): Fix a typo in comment ("brought"). --- diff --git a/os_dep.c b/os_dep.c index d81678c9..65615cae 100644 --- a/os_dep.c +++ b/os_dep.c @@ -1855,7 +1855,7 @@ void GC_register_data_segments(void) /* This is known to happen under Solaris 2.4 + gcc, which place */ /* string constants in the text segment, but after etext. */ /* Use plan B. Note that we now know there is a gap between */ - /* text and data segments, so plan A bought us something. */ + /* text and data segments, so plan A brought us something. */ result = (char *)GC_find_limit((ptr_t)(DATAEND), FALSE); } return((ptr_t)result);