diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:10:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:10:20 (GMT) |
commit | f6715923b8e582240ab916b3a1432af4cc1ecc56 (patch) | |
tree | 4617af91a260fbcc070645aac13b188a945e2515 /generic/tkObj.c | |
parent | 6b3ace837fc82f4c7474d30636b0b7ecf8aa4e44 (diff) | |
download | tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.zip tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.tar.gz tk-f6715923b8e582240ab916b3a1432af4cc1ecc56.tar.bz2 |
Fix [006403a25d]: various comment/documentation fixes
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. |