summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2015-06-23 20:32:33 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2015-06-23 20:32:33 (GMT)
commit22ae8c3a1542ceadb3afbd185d1ac470f309e509 (patch)
tree096f955b5a08c8c9d960fb7ca2eca0b8bc0f4080 /generic/tcl.h
parent55f692018e0d6c80751203605e4b81687287795b (diff)
parentd9350d0273cef75af57dc48b6e756f18798a4f5f (diff)
downloadtcl-22ae8c3a1542ceadb3afbd185d1ac470f309e509.zip
tcl-22ae8c3a1542ceadb3afbd185d1ac470f309e509.tar.gz
tcl-22ae8c3a1542ceadb3afbd185d1ac470f309e509.tar.bz2
Member field which should not have been const, because it is dynamically allocated. Some end-of-line spacing in header files.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 297b42c..93aba96 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2142,7 +2142,7 @@ typedef struct Tcl_EncodingType {
* Tcl_ExternalToUtf takes the initial value
* of *dstCharsPtr is taken as a limit of the
* maximum number of chars to produce in the
- * encoded UTF-8 content. Otherwise, the
+ * encoded UTF-8 content. Otherwise, the
* number of chars produced is controlled only
* by other limiting factors.
*/