summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2013-02-28 21:52:02 (GMT)
committerjenglish <jenglish@flightlab.com>2013-02-28 21:52:02 (GMT)
commita30cdc4ccf66d5dcaf69f82ab2d6409b263301e5 (patch)
tree4f5d2aa12e590022796e8d70a80e4b0db4ea9c7d /unix/tclUnixChan.c
parent5436b7c33be7721413d03a89f190d236ac332eec (diff)
downloadtcl-a30cdc4ccf66d5dcaf69f82ab2d6409b263301e5.zip
tcl-a30cdc4ccf66d5dcaf69f82ab2d6409b263301e5.tar.gz
tcl-a30cdc4ccf66d5dcaf69f82ab2d6409b263301e5.tar.bz2
TtyGetOptionProc: remove inoperative comment "The string returned by
this function is in static storage [...]"; this is not the case (and apparently never has been)
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r--unix/tclUnixChan.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index 4937dfd..b498dbf 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -822,12 +822,8 @@ TtySetOptionProc(
*
* Results:
* A standard Tcl result. Also sets the supplied DString to the string
- * value of the option(s) returned.
- *
- * Side effects:
- * The string returned by this function is in static storage and may be
- * reused at any time subsequent to the call. Sets error message if
- * needed (by calling Tcl_BadChannelOption).
+ * value of the option(s) returned. Sets error message if needed
+ * (by calling Tcl_BadChannelOption).
*
*----------------------------------------------------------------------
*/