summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:47:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:47:40 (GMT)
commit220282500becbcb9dc9124b8cca053fb6ed1a4b8 (patch)
treee1aef50a305c32bf06bd3b7b0e6f2175c7838da9 /unix/tclUnixTime.c
parentb726273bbea296990f6c4c7e98a213f56ce07bc5 (diff)
parente27c66d81aa3904b675aa2851d14444b44c9555e (diff)
downloadtcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.zip
tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.gz
tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.bz2
Merge 8.6
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 6ca641d..f242cf4 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -132,7 +132,7 @@ TclpGetMicroseconds(void)
* TclpGetClicks --
*
* This procedure returns a value that represents the highest resolution
- * clock available on the system. There are no garantees on what the
+ * clock available on the system. There are no guarantees on what the
* resolution will be. In Tcl we will call this value a "click". The
* start time is also system dependent.
*
@@ -181,7 +181,7 @@ TclpGetClicks(void)
* TclpGetWideClicks --
*
* This procedure returns a WideInt value that represents the highest
- * resolution clock available on the system. There are no garantees on
+ * resolution clock available on the system. There are no guarantees on
* what the resolution will be. In Tcl we will call this value a "click".
* The start time is also system dependent.
*