Index: generic/nsfObj.c =================================================================== diff -u -N -rf92df553a299a7ef91e1d53656282e23441f8c87 -r38aa05365cad02d663a16223ab2d0d48d2bec1c7 --- generic/nsfObj.c (.../nsfObj.c) (revision f92df553a299a7ef91e1d53656282e23441f8c87) +++ generic/nsfObj.c (.../nsfObj.c) (revision 38aa05365cad02d663a16223ab2d0d48d2bec1c7) @@ -43,7 +43,7 @@ * * NsfMethodObjType Tcl_Obj type -- * - * The NsfMethodObjType is an Tcl_Obj type carrying the result of + * The NsfMethodObjType is a Tcl_Obj type carrying the result of * a method lookup. We define two types (NsfInstanceMethodObjType * and NsfObjectMethodObjType) sharing their implementation. The * type setting function NsfMethodObjSet() receives the intended @@ -190,7 +190,7 @@ * * NsfFlagObjType -- * - * The NsfFlagObjType is an Tcl_Obj type carrying the result of a + * The NsfFlagObjType is a Tcl_Obj type carrying the result of a * flag lookup. * *----------------------------------------------------------------------