summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-22 12:19:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-22 12:19:04 (GMT)
commit33b8dd931e270d9802ba796a6cd6c0e63b200237 (patch)
treec4dd9b938773e509d89df8ba9583f0ded5b67bd8 /unix/tclUnixTime.c
parent267c44f6ea7e0ec37ec45621f70c49237c1e9ef8 (diff)
downloadtcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.zip
tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.gz
tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.bz2
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r--unix/tclUnixTime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c
index 1b4ea15..4860876 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -118,7 +118,7 @@ TclpGetMicroseconds(void)
* This procedure returns a value that represents the highest resolution
* clock available on the system. There are no garantees on what the
* resolution will be. In Tcl we will call this value a "click". The
- * start time is also system dependant.
+ * start time is also system dependent.
*
* Results:
* Number of clicks from some start time.
@@ -167,7 +167,7 @@ TclpGetClicks(void)
* This procedure returns a WideInt value that represents the highest
* resolution clock available on the system. There are no garantees on
* what the resolution will be. In Tcl we will call this value a "click".
- * The start time is also system dependant.
+ * The start time is also system dependent.
*
* Results:
* Number of WideInt clicks from some start time.