summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
commite27c66d81aa3904b675aa2851d14444b44c9555e (patch)
treea1b9c9fb440692f02f5b3a355e69ce695216cbf3 /unix/tclUnixTime.c
parent5e0c34678e24c5ffe05c8a04f4395416067cefc1 (diff)
downloadtcl-e27c66d81aa3904b675aa2851d14444b44c9555e.zip
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.gz
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.bz2
Fix [15e74a2fe6]: Fix various typos
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 3694ba2..85a31e1 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -113,7 +113,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.
*
@@ -162,7 +162,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.
*