]> granicus.if.org Git - gc/commit
Consistently use 'msec' instead of 'ms' in comments in pthread_support
authorIvan Maidanski <ivmai@mail.ru>
Fri, 16 Jun 2017 14:48:37 +0000 (17:48 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 4 Jul 2017 22:02:37 +0000 (01:02 +0300)
commit127bf3c28992d90a3ffe2f981156962e786f6670
tree9bca089a8ef869e476767d188d7da9a92c8fd41e
parent0c9a96adab96c47445c2d9cf562d1e4cd97521c9
Consistently use 'msec' instead of 'ms' in comments in pthread_support

* pthread_support.c [USE_SPIN_LOCK] (GC_lock): Replace "ms" with "msecs"
in comment; put a space between number and "msec" (in comment).
pthread_support.c