diff options
Diffstat (limited to 'generic/tkObj.c')
-rw-r--r-- | generic/tkObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c index 1552d11..0abf534 100644 --- a/generic/tkObj.c +++ b/generic/tkObj.c @@ -975,8 +975,8 @@ FreeWindowInternalRep( * * TkNewWindowObj -- * - * This function allocates a new Tcl_Obj that refers to a particular to a - * particular Tk window. + * This function allocates a new Tcl_Obj that refers to a particular + * Tk window. * * Results: * A standard Tcl object reference, with refcount 0. |