]> granicus.if.org Git - gc/commit
Replace (fix) 'objs' acronym in comments with 'objects' word
authorIvan Maidanski <ivmai@mail.ru>
Fri, 1 Jul 2016 07:30:57 +0000 (10:30 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 29 Jul 2016 21:56:37 +0000 (00:56 +0300)
commitdfa67c2129be017ad2c226926a027e73a34cbf12
tree7da965910ce2fcd3be0794cc0658baba670b7b96
parentbb8699df7b0e6e605174ff9556e2c15ded28148b
Replace (fix) 'objs' acronym in comments with 'objects' word

* include/gc.h (GC_PROTECTS_POINTER_HEAP): Replace "objs" word to
"objects" in comment.
* include/private/gc_priv.h (GC_arrays._aobjfreelist,
GC_arrays._uobjfreelist, GC_arrays._auobjfreelist, GC_aobjfreelist):
Likewise.
* mark.c (INITIAL_MARK_STACK_SIZE): Likewise.
* include/private/gc_priv.h (GC_arrays._uobjfreelist): Add missing dot
to delimit the end of a sentence in comment.
include/gc.h
include/private/gc_priv.h
mark.c