Index: generic/nsfFunPtrHashTable.c =================================================================== diff -u -N -rec5702daf07d4f8ed37deb09198ebff5b3fbb1bf -r83e2a1bc1e93733b0459e24666828c4a3f2bce63 --- generic/nsfFunPtrHashTable.c (.../nsfFunPtrHashTable.c) (revision ec5702daf07d4f8ed37deb09198ebff5b3fbb1bf) +++ generic/nsfFunPtrHashTable.c (.../nsfFunPtrHashTable.c) (revision 83e2a1bc1e93733b0459e24666828c4a3f2bce63) @@ -175,15 +175,15 @@ *---------------------------------------------------------------------- * Nsf_InitFunPtrHashTable -- * - * Initializes a hash table structure providing for function - * pointers as hash keys. It is a slim wrapper around - * Tcl_InitCustomHashTable(). + * Initializes a hash table structure providing for function + * pointers as hash keys. It is a slim wrapper around + * Tcl_InitCustomHashTable(). * * Results: - * None. + * None. * * Side effects: - * None. + * None. * *---------------------------------------------------------------------- */ @@ -200,14 +200,14 @@ *---------------------------------------------------------------------- * Nsf_CreateFunPtrHashEntry -- * - * Creates or finds an entry based on a given function-pointer - * key. It is a slim wrapper around Tcl_CreateHashEntry(). + * Creates or finds an entry based on a given function-pointer + * key. It is a slim wrapper around Tcl_CreateHashEntry(). * * Results: - * Returns a pointer to the matching entry. + * Returns a pointer to the matching entry. * * Side effects: - * A new entry may be stored in the hash table. + * A new entry may be stored in the hash table. * *---------------------------------------------------------------------- */ @@ -234,14 +234,14 @@ *---------------------------------------------------------------------- * Nsf_FindFunPtrHashEntry -- * - * Finds the entry with a matching function-pointer key in a given - * table. It is a slim wrapper around Tcl_FindHashEntry(). + * Finds the entry with a matching function-pointer key in a given + * table. It is a slim wrapper around Tcl_FindHashEntry(). * * Results: - * Returns a pointer to the matching entry, or NULL. + * Returns a pointer to the matching entry, or NULL. * * Side effects: - * None. + * None. * *---------------------------------------------------------------------- */