diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-24 14:46:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-24 14:46:24 (GMT) |
commit | 96997f86bbe62a83636dbf92c554576f906f2227 (patch) | |
tree | a1e57490acd2bf01fc67ba19b18d795831b97a6a /generic | |
parent | 8930fea610db5a00f787a35a28a1f2a43dad6840 (diff) | |
download | tk-96997f86bbe62a83636dbf92c554576f906f2227.zip tk-96997f86bbe62a83636dbf92c554576f906f2227.tar.gz tk-96997f86bbe62a83636dbf92c554576f906f2227.tar.bz2 |
Fix comments. (Thanks to Emiliano for spotting)
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkEntry.c | 6 |
1 files 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. */ |