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 | 1b519adeec3a020602de8cb07e21813c277f3597 (patch) | |
tree | f40546d0c3216324025d7d7620afbcadac7e8f97 /unix/tclUnixChan.c | |
parent | 9694b4fd387063e2ddc169f392a515621d48d7a4 (diff) | |
parent | 5095428f543b93412af37687c2daf66f70f6e2b2 (diff) | |
download | tcl-1b519adeec3a020602de8cb07e21813c277f3597.zip tcl-1b519adeec3a020602de8cb07e21813c277f3597.tar.gz tcl-1b519adeec3a020602de8cb07e21813c277f3597.tar.bz2 |
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r-- | unix/tclUnixChan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c index b4b2739..27f2710 100644 --- a/unix/tclUnixChan.c +++ b/unix/tclUnixChan.c @@ -73,7 +73,7 @@ typedef struct FileState { /* * The following structure is used to set or get the serial port attributes in - * a platform-independant manner. + * a platform-independent manner. */ typedef struct TtyAttrs { |