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)
commit815cff7c6ec82987ee61437880b716147b6cea1f (patch)
tree4f5d2aa12e590022796e8d70a80e4b0db4ea9c7d /unix/tclUnixChan.c
parent5730db4aa21e4ecaaf7a957f3c506cb5a09fe8de (diff)
downloadtcl-815cff7c6ec82987ee61437880b716147b6cea1f.zip
tcl-815cff7c6ec82987ee61437880b716147b6cea1f.tar.gz
tcl-815cff7c6ec82987ee61437880b716147b6cea1f.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).
*
*----------------------------------------------------------------------
*/