Replace "msecs" with "ms" in all comments and messages
authorIvan Maidanski <ivmai@mail.ru>
Sun, 6 Jan 2019 11:11:10 +0000 (14:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 6 Jan 2019 11:11:10 +0000 (14:11 +0300)
commit5561f509d7b345fa873b942f8ea1f835beed3510
tree3c5ec9a2bfe9d78a55ef93a6514cacd823fa4674
parent7bfd2485a449096ce5527e9e92b60259da434b33
Replace "msecs" with "ms" in all comments and messages

* README.md (Bugs): Replace "msecs" with "ms".
* doc/README.environment (GC_PAUSE_TIME_TARGET): Likewise.
* doc/gcdescr.md (Generational Collection and Dirty Bits): Likewise.
* alloc.c [!NO_CLOCK] (full_gc_total_time): Replace "msecs" with "ms"
in comment.
* cord/tests/de.c [WIN32] (beep): Likewise.
* pthread_support.c [USE_SPIN_LOCK] (GC_lock): Likewise.
* alloc.c [!GC_DISABLE_INCREMENTAL && !NO_CLOCK]
(GC_timeout_stop_func): Replace "msecs" with "ms" in the printed
string.
* alloc.c [!NO_CLOCK] (GC_try_to_collect_inner, GC_stopped_mark,
GC_finish_collection): Likewise.
* misc.c [!NO_CLOCK] (GC_dump_named): Likewise.
* reclaim.c [!NO_CLOCK] (GC_reclaim_all): Likewise.
* tests/test.c [!NO_CLOCK] (check_heap_stats): Likewise.
README.md
alloc.c
cord/tests/de.c
doc/README.environment
doc/gcdescr.md
misc.c
pthread_support.c
reclaim.c
tests/test.c