summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tkTreeItem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTreeItem.c b/generic/tkTreeItem.c
index 176332f..58b7a15 100644
--- a/generic/tkTreeItem.c
+++ b/generic/tkTreeItem.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 2002-2005 Tim Baker
*
- * RCS: @(#) $Id: tkTreeItem.c,v 1.53 2005/09/16 00:05:59 treectrl Exp $
+ * RCS: @(#) $Id: tkTreeItem.c,v 1.54 2005/09/28 21:55:31 treectrl Exp $
*/
#include "tkTreeCtrl.h"
@@ -88,7 +88,7 @@ static Tk_OptionSpec itemOptionSpecs[] = {
*
* Column_Alloc --
*
- * Allocate an initialize a new Column record.
+ * Allocate and initialize a new Column record.
*
* Results:
* Pointer to allocated Column.