summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:58:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:58:04 (GMT)
commitf49e4099fe9298366fb4d972c58799d8ad38b2e4 (patch)
treea5df00513ff2e2bf627229b1913332d891498c1a /unix/tclUnixTime.c
parentde08e1a14305a937cfb08f1f958c25732f53e133 (diff)
parent220282500becbcb9dc9124b8cca053fb6ed1a4b8 (diff)
downloadtcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.zip
tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.gz
tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r--unix/tclUnixTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c
index 7830dc8..eae7177 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -104,7 +104,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.
*