summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 09:07:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 09:07:33 (GMT)
commit21ec4f64b23d4ebff0310b0c3e2bcb129105440f (patch)
treef4d15f43f9eb48a45967688fa8cb903bea1031a7 /unix/tclUnixInit.c
parent136bf8d460099d7d31bf5077842d89b8b0ad005e (diff)
parent587f8fa3d9cfaccb5763689ee36cd8c41efe0689 (diff)
downloadtcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.zip
tcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.tar.gz
tcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c2
1 files changed, 1 insertions, 1 deletions
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.