Index: generic/nsfFunPtrHashTable.c =================================================================== diff -u -rb089be700bb58579a48e77619512a47eb3c5562d -r6af35a888e33da976e283271bb68060f34d91a9a --- generic/nsfFunPtrHashTable.c (.../nsfFunPtrHashTable.c) (revision b089be700bb58579a48e77619512a47eb3c5562d) +++ generic/nsfFunPtrHashTable.c (.../nsfFunPtrHashTable.c) (revision 6af35a888e33da976e283271bb68060f34d91a9a) @@ -46,7 +46,7 @@ * Background: since it is not guaranteed that sizeof(function * pointer) == sizeof(data pointer) (or sizeof(function pointer) <= * sizeof(data pointer)), passing function pointers via data pointers - * - which is what default tcl hash types do - is potentially + * - which is what default Tcl hash types do - is potentially * dangerous. Therefore, and on top, it is not allowed under ISO * C. So, we define our own type that allows to hash on function * pointers safely.