diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:20:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:20:13 (GMT) |
commit | 6f191069963104ecc445087cd2869e6e6469663e (patch) | |
tree | f40546d0c3216324025d7d7620afbcadac7e8f97 /unix/tclUnixTime.c | |
parent | 3e5ccac63e1f2ebf2b0ff5a8e277b10cb63eefe3 (diff) | |
parent | 33b8dd931e270d9802ba796a6cd6c0e63b200237 (diff) | |
download | tcl-6f191069963104ecc445087cd2869e6e6469663e.zip tcl-6f191069963104ecc445087cd2869e6e6469663e.tar.gz tcl-6f191069963104ecc445087cd2869e6e6469663e.tar.bz2 |
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r-- | unix/tclUnixTime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 2a30386..0fc87ea 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -115,7 +115,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. @@ -164,7 +164,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. |