summaryrefslogtreecommitdiffstats
path: root/generic/tkPlace.c
diff options
context:
space:
mode:
authorsurles <surles>1999-04-16 18:26:58 (GMT)
committersurles <surles>1999-04-16 18:26:58 (GMT)
commitad0ec6667208da688eab7d28382358f4c37d837a (patch)
tree54c3fcc1616709c2a5e363b84f4c7467640a36d4 /generic/tkPlace.c
parent4e4fb1b6feaf44e52e345a9b03520c979225e4dc (diff)
downloadtk-ad0ec6667208da688eab7d28382358f4c37d837a.zip
tk-ad0ec6667208da688eab7d28382358f4c37d837a.tar.gz
tk-ad0ec6667208da688eab7d28382358f4c37d837a.tar.bz2
fixed Tk comment errors
Diffstat (limited to 'generic/tkPlace.c')
-rw-r--r--generic/tkPlace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPlace.c b/generic/tkPlace.c
index 6fa2e46..338f1c2 100644
--- a/generic/tkPlace.c
+++ b/generic/tkPlace.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkPlace.c,v 1.3 1999/04/16 01:51:20 stanton Exp $
+ * RCS: @(#) $Id: tkPlace.c,v 1.4 1999/04/16 18:30:28 surles Exp $
*/
#include "tkPort.h"
@@ -839,7 +839,7 @@ RecomputePlacement(clientData)
/*
* Step 5: reconfigure the window and map it if needed. If the
* slave is a child of the master, we do this ourselves. If the
- * slave isn't a child of the master, let Tk_MaintainWindow do
+ * slave isn't a child of the master, let Tk_MaintainGeometry do
* the work (it will re-adjust things as relevant windows map,
* unmap, and move).
*/