diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-07 08:39:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-07 08:39:37 (GMT) |
commit | 5b2b2aba5d8ab99e4cb03dc960f2695f0c0698a0 (patch) | |
tree | 659e01c5b151ea205fe9e93730d4a71de3977748 /unix | |
parent | 62575cdd32102c8c01521d61cefda93a4a26493b (diff) | |
parent | efadd7170eafc8ffacab61f82cf3878cc7285ff1 (diff) | |
download | tcl-5b2b2aba5d8ab99e4cb03dc960f2695f0c0698a0.zip tcl-5b2b2aba5d8ab99e4cb03dc960f2695f0c0698a0.tar.gz tcl-5b2b2aba5d8ab99e4cb03dc960f2695f0c0698a0.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixTime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 0a0faa2..7fb123e 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -223,7 +223,7 @@ TclpWideClicksToNanoseconds( * * TclpWideClickInMicrosec -- * - * This procedure return scale to convert click values from the + * This procedure return scale to convert click values from the * TclpGetWideClicks native resolution to microsecond resolution * and back. * |