summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-12-02 19:01:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-12-02 19:01:40 (GMT)
commit919124e2eb532ec5bf24ccbfdee818c5cab131a0 (patch)
tree04b3ccd8f8611875ddcb477caa0a435c3643c71d /generic/tcl.h
parent369dcc22d77b8350b299e2d744e7a51f78571296 (diff)
parentc9bee15d7360f859a1916da19733e2595caad00b (diff)
downloadtcl-919124e2eb532ec5bf24ccbfdee818c5cab131a0.zip
tcl-919124e2eb532ec5bf24ccbfdee818c5cab131a0.tar.gz
tcl-919124e2eb532ec5bf24ccbfdee818c5cab131a0.tar.bz2
merge trunk
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 00bd9dd..e8326b8 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -1323,9 +1323,9 @@ typedef struct Tcl_HashSearch {
* TCL_CUSTOM_PTR_KEYS: The keys are pointers to arbitrary types, the
* pointer is stored in the entry.
*
- * While maintaining binary compatability the above have to be distinct values
+ * While maintaining binary compatibility the above have to be distinct values
* as they are used to differentiate between old versions of the hash table
- * which don't have a typePtr and new ones which do. Once binary compatability
+ * which don't have a typePtr and new ones which do. Once binary compatibility
* is discarded in favour of making more wide spread changes TCL_STRING_KEYS
* can be the same as TCL_CUSTOM_TYPE_KEYS, and TCL_ONE_WORD_KEYS can be the
* same as TCL_CUSTOM_PTR_KEYS because they simply determine how the key is