From 96997f86bbe62a83636dbf92c554576f906f2227 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 24 May 2007 14:46:24 +0000 Subject: Fix comments. (Thanks to Emiliano for spotting) --- generic/tkEntry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generic/tkEntry.c b/generic/tkEntry.c index 0f0b475..ae0500c 100644 --- a/generic/tkEntry.c +++ b/generic/tkEntry.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkEntry.c,v 1.44 2007/04/23 21:15:18 das Exp $ + * RCS: @(#) $Id: tkEntry.c,v 1.45 2007/05/24 14:46:24 dkf Exp $ */ #include "tkInt.h" @@ -539,7 +539,7 @@ Tk_EntryObjCmd( entryPtr->validate = VALIDATE_NONE; /* - * Keep a hold of the associated tkwin until we destroy the listbox, + * Keep a hold of the associated tkwin until we destroy the entry, * otherwise Tk might free it while we still need it. */ @@ -3573,7 +3573,7 @@ Tk_SpinboxObjCmd( sbPtr->buRelief = TK_RELIEF_FLAT; /* - * Keep a hold of the associated tkwin until we destroy the listbox, + * Keep a hold of the associated tkwin until we destroy the spinbox, * otherwise Tk might free it while we still need it. */ -- cgit v0.12