summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-10 21:11:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-10 21:11:50 (GMT)
commit656b75175892399244ede8cdbace750d85803657 (patch)
treeaf98a345664f6c8141cb6329b620715a863c032f /generic/tkObj.c
parent615e000197cc0df47749bb85205efc04d7c14d0f (diff)
parentf6715923b8e582240ab916b3a1432af4cc1ecc56 (diff)
downloadtk-656b75175892399244ede8cdbace750d85803657.zip
tk-656b75175892399244ede8cdbace750d85803657.tar.gz
tk-656b75175892399244ede8cdbace750d85803657.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tkObj.c')
-rw-r--r--generic/tkObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index 1577be9..bc9b58d 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -1055,8 +1055,8 @@ FreeWindowInternalRep(
*
* Tk_NewWindowObj --
*
- * 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.