summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-31 08:59:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-31 08:59:28 (GMT)
commit91189c426903448dfa31ba4983c5d3035cb351a5 (patch)
treedc374756a9260acda12b9b8afc397affcb7c3f9c /unix
parentf5d0aa6e2254e5bc7b53ad639b36ee06453c361a (diff)
downloadtcl-91189c426903448dfa31ba4983c5d3035cb351a5.zip
tcl-91189c426903448dfa31ba4983c5d3035cb351a5.tar.gz
tcl-91189c426903448dfa31ba4983c5d3035cb351a5.tar.bz2
More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preventing a (char *) type case. No functional changes.
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c
index 375e366..2a30386 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -248,7 +248,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.
*