diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:06:31 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:06:31 (GMT) |
| commit | 85a07c9ee77ce7896b939d10317de1449be880e2 (patch) | |
| tree | 44be8948137fc8bcf67cc6917838e42eb962e132 /unix/tclUnixTime.c | |
| parent | b4243394a87e1101ca0569b4ca88550d7f9ee95c (diff) | |
| parent | bf10d7f187b5017773f1342994469a1bd4e0e8f7 (diff) | |
| download | tcl-85a07c9ee77ce7896b939d10317de1449be880e2.zip tcl-85a07c9ee77ce7896b939d10317de1449be880e2.tar.gz tcl-85a07c9ee77ce7896b939d10317de1449be880e2.tar.bz2 | |
Merge 8.7
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 51d486e..1b90f6e 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -117,7 +117,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. @@ -166,7 +166,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. |
