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_2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0b41e11b3f305cda8dca12b0c69e5850a6993b1;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 b48ea268..8df0239c 100644 --- a/include/gc.h +++ b/include/gc.h @@ -399,7 +399,7 @@ GC_API void GC_CALL GC_end_stubborn_change(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. */