summaryrefslogtreecommitdiffstats
path: root/win/tclWinTime.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 /win/tclWinTime.c
parent267c44f6ea7e0ec37ec45621f70c49237c1e9ef8 (diff)
downloadtcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.zip
tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.gz
tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.bz2
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'win/tclWinTime.c')
-rw-r--r--win/tclWinTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index 0a638e8..c3c22a4 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -194,7 +194,7 @@ TclpGetSeconds(void)
* This procedure returns a value that represents the highest 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 dependant.
+ * start time is also system dependent.
*
* Results:
* Number of clicks from some start time.