Index: generic/nsf.c =================================================================== diff -u -r30e21998853894414b65f668572dcf554635ead6 -rc7f559b495780389f79b9c67843d3e05efcc5e8f --- generic/nsf.c (.../nsf.c) (revision 30e21998853894414b65f668572dcf554635ead6) +++ generic/nsf.c (.../nsf.c) (revision c7f559b495780389f79b9c67843d3e05efcc5e8f) @@ -11285,7 +11285,7 @@ *---------------------------------------------------------------------- * GetMatchObject -- * - * Helper method used by tclAPI.h and the info methods to check if the the + * Helper method used by nsfAPI.h and the info methods to check if the the * Tcl_Obj patternObj was provided and can be looked up. If this is the * case, wild card matching etc. does not have to be performed, but just * the properties of the object have to be tested. @@ -14337,7 +14337,7 @@ * argument handling ***********************************/ -#include "tclAPI.h" +#include "nsfAPI.h" static int ArgumentCheckHelper(Tcl_Interp *interp, Tcl_Obj *objPtr, struct Nsf_Param CONST *pPtr, int *flags,