]> granicus.if.org Git - gc/commitdiff
Fix a typo in gc.h comment
authorIvan Maidanski <ivmai@mail.ru>
Wed, 1 Feb 2012 16:56:28 +0000 (20:56 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 3 Feb 2012 16:37:31 +0000 (20:37 +0400)
* include/gc.h (GC_base): Fix a typo in the comment.

include/gc.h

index b48ea26861a28ad06587453bba46fd7abfc5ea85..8df0239cab2721bb119f8ded04f67827e76a64da 100644 (file)
@@ -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.                                         */