diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-23 09:07:33 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-23 09:07:33 (GMT) |
| commit | 21ec4f64b23d4ebff0310b0c3e2bcb129105440f (patch) | |
| tree | f4d15f43f9eb48a45967688fa8cb903bea1031a7 /unix | |
| parent | 136bf8d460099d7d31bf5077842d89b8b0ad005e (diff) | |
| parent | 587f8fa3d9cfaccb5763689ee36cd8c41efe0689 (diff) | |
| download | tcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.zip tcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.tar.gz tcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/configure.ac | 2 | ||||
| -rw-r--r-- | unix/tclUnixChan.c | 2 | ||||
| -rw-r--r-- | unix/tclUnixInit.c | 2 | ||||
| -rw-r--r-- | unix/tclUnixTime.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index c41cf73..8335b20 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -677,7 +677,7 @@ AC_MSG_RESULT([$tcl_ok]) #------------------------------------------------------------------------ # Check whether the timezone data is supplied by the OS or has # to be installed by Tcl. The default is autodetection, but can -# be overriden on the configure command line either way. +# be overridden on the configure command line either way. #------------------------------------------------------------------------ AC_MSG_CHECKING([for timezone data]) diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c index c1b9f01..f1838a2 100644 --- a/unix/tclUnixChan.c +++ b/unix/tclUnixChan.c @@ -96,7 +96,7 @@ typedef struct { /* * The following structure is used to set or get the serial port attributes in - * a platform-independant manner. + * a platform-independent manner. */ typedef struct { diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 2db1863..eeb766e 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -333,7 +333,7 @@ long tclMacOSXDarwinRelease = 0; * * TclpInitPlatform -- * - * Initialize all the platform-dependant things like signals and + * Initialize all the platform-dependent things like signals and * floating-point error handling. * * Called at process initialization time. diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 7e43720..72de7a2 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -89,7 +89,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. |
