* os_dep.c [SVR4 || AUX || DGUX || LINUX && SPARC]
(GC_SysVGetDataStart): Fix a typo in comment ("brought").
/* 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(DATAEND, FALSE);
}
return((ptr_t)result);