summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-10 16:02:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-10 16:02:27 (GMT)
commit5e73d72846ca211f2db6a5f3b079956588bc1071 (patch)
tree72b4995764518343e285247e8fc679c664540b75 /generic/tcl.h
parent6e644e2a603401e7062f75c483325edf779f497a (diff)
parent93160df498eb629935da979414226551ea78d735 (diff)
downloadtcl-5e73d72846ca211f2db6a5f3b079956588bc1071.zip
tcl-5e73d72846ca211f2db6a5f3b079956588bc1071.tar.gz
tcl-5e73d72846ca211f2db6a5f3b079956588bc1071.tar.bz2
Merge tip-656-tcl9
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 2713966..93b454f 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -1945,7 +1945,7 @@ typedef struct Tcl_EncodingType {
* TCL_ENCODING_PROFILE_* - Mutually exclusive encoding profile ids. Note
* these are bit masks.
*
- * NOTE: THESE BIT DEFINITIONS SHOULD NOT OVERLAP WITH INTERNAL USE BITS
+ * NOTE: THESE BIT DEFINITIONS SHOULD NOT OVERLAP WITH INTERNAL USE BITS
* DEFINED IN tclEncoding.c (ENCODING_INPUT et al). Be cognizant of this
* when adding bits.
*/