Index: generic/nsfObj.c =================================================================== diff -u -ra422e30cf3600a498fac637e16604693577f7802 -r83e2a1bc1e93733b0459e24666828c4a3f2bce63 --- generic/nsfObj.c (.../nsfObj.c) (revision a422e30cf3600a498fac637e16604693577f7802) +++ generic/nsfObj.c (.../nsfObj.c) (revision 83e2a1bc1e93733b0459e24666828c4a3f2bce63) @@ -41,7 +41,7 @@ /* *---------------------------------------------------------------------- * - * NsfMethodObjType Tcl_Obj type -- + * NsfMethodObjType Tcl_Obj type -- * * The NsfMethodObjType is a Tcl_Obj type carrying the result of * a method lookup. We define two types (NsfInstanceMethodObjType @@ -120,7 +120,7 @@ /* *---------------------------------------------------------------------- * - * NsfMethodObjSet -- + * NsfMethodObjSet -- * * Convert the provided Tcl_Obj into the type of NsfMethodContext. * @@ -191,7 +191,7 @@ /* *---------------------------------------------------------------------- * - * NsfFlagObjType -- + * NsfFlagObjType -- * * The NsfFlagObjType is a Tcl_Obj type carrying the result of a * flag lookup. @@ -265,7 +265,7 @@ /* *---------------------------------------------------------------------- * - * NsfFlagObjSet -- + * NsfFlagObjSet -- * * Convert the provided Tcl_Obj into the type of an NSF flag. * @@ -329,7 +329,7 @@ /* *---------------------------------------------------------------------- * - * Mixinreg Tcl_Obj type -- + * Mixinreg Tcl_Obj type -- * * The mixin registration type is a Tcl_Obj type carrying a * class and a guard object. The string representation might have @@ -606,7 +606,7 @@ /* *---------------------------------------------------------------------- * - * Filterreg Tcl_Obj type -- + * Filterreg Tcl_Obj type -- * * The filter registration type is a Tcl_Obj type carrying the * name of a filter and a guard object. The string representation