summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-20 09:30:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-20 09:30:02 (GMT)
commit7a1d9d575804f8d5692becf37f027743951b88e7 (patch)
treed84b517e050859f5635eef156f6869f152c3de2a /generic/tcl.h
parentdfbc8a629679c709f7f7661bbdc2094f8bb43ff7 (diff)
parent972b65b569a076eb77f72d26185a309bcca4ffd4 (diff)
downloadtcl-7a1d9d575804f8d5692becf37f027743951b88e7.zip
tcl-7a1d9d575804f8d5692becf37f027743951b88e7.tar.gz
tcl-7a1d9d575804f8d5692becf37f027743951b88e7.tar.bz2
merge trunk (still has test failure in socket.test)
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 7cdcbb6..895245e 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -1320,9 +1320,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