From: Ivan Maidanski Date: Wed, 1 Feb 2012 16:56:28 +0000 (+0400) Subject: Fix a typo in gc.h comment X-Git-Tag: gc7_3alpha2~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcf940e6a95d6e6e3fcd62cbfa56e8a2fab5bac7;p=gc Fix a typo in gc.h comment * include/gc.h (GC_base): Fix a typo in the comment. --- diff --git a/include/gc.h b/include/gc.h index 6f08335d..c76e1ba4 100644 --- a/include/gc.h +++ b/include/gc.h @@ -413,7 +413,7 @@ GC_API void GC_CALL GC_end_stubborn_change(const void *); /* Return a pointer to the base (lowest address) of an object given */ /* a pointer to a location within the object. */ -/* I.e. map an interior pointer to the corresponding bas pointer. */ +/* I.e., map an interior pointer to the corresponding base pointer. */ /* Note that with debugging allocation, this returns a pointer to the */ /* actual base of the object, i.e. the debug information, not to */ /* the base of the user object. */