]> granicus.if.org Git - gc/commit
Fix various typos in comments and documentation
authorIvan Maidanski <ivmai@mail.ru>
Mon, 1 Aug 2016 07:20:06 +0000 (10:20 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 2 Aug 2016 22:05:31 +0000 (01:05 +0300)
commit3aec436e8d6ab5f64df36cbf0a5c328f2081fd5a
tree291637a38e872e03eeff21209c95869f8c2e33c3
parent4a47eec6cc6baf715330d636dfba8a57552520e6
Fix various typos in comments and documentation

* doc/README.Mac: Fix typo (replace "it's" to "its").
* doc/debugging.html: Likewise.
* doc/gcdescr.html: Fix typo ("it performs").
* include/private/gcconfig.h: Fix typo in comment ("its").
* mark.c (INITIAL_MARK_STACK_SIZE): Fix typo in comment ("it wants").
* mark.c (GC_mark_from): Fix typo in comment (double "it").
* misc.c (GC_SLOP): Fix typo in comma (double "saw").
* os_dep.c (GC_get_file_len): Fix typo in comment (missing "buffer").
* ptr_chck.c (GC_is_visible): Add missing comma in comment.
doc/README.Mac
doc/debugging.html
doc/gcdescr.html
include/private/gcconfig.h
mark.c
misc.c
os_dep.c
ptr_chck.c