diff options
| author | dgp <dgp@users.sourceforge.net> | 2019-12-30 21:29:09 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2019-12-30 21:29:09 (GMT) |
| commit | fd4b052c0d6d912177890c1990f506e959cdea5c (patch) | |
| tree | 084324f857c1fc79e7be5b31ce7be5f48e54045e /unix/tclUnixChan.c | |
| parent | 8265ea67d6285031031eeee4037a3b9b35262a10 (diff) | |
| parent | f5a8aaadf8c1f3c677edfbdde0c7619089a37705 (diff) | |
| download | tcl-fd4b052c0d6d912177890c1990f506e959cdea5c.zip tcl-fd4b052c0d6d912177890c1990f506e959cdea5c.tar.gz tcl-fd4b052c0d6d912177890c1990f506e959cdea5c.tar.bz2 | |
merge trunk
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 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 { |
