summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das>2007-10-12 00:54:16 (GMT)
committerdas <das>2007-10-12 00:54:16 (GMT)
commitd603c0f3c5889f9216b2404166bc7788f41fbdf7 (patch)
treeefdc8ce91514945f3af16d7fe3e0ea9ea360367b /generic
parenta5410fb3a1a9a28c9d7261e9f2e96518f557de36 (diff)
downloadtcl-d603c0f3c5889f9216b2404166bc7788f41fbdf7.zip
tcl-d603c0f3c5889f9216b2404166bc7788f41fbdf7.tar.gz
tcl-d603c0f3c5889f9216b2404166bc7788f41fbdf7.tar.bz2
comment typo
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index af2454d..f693a67 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.239 2007/10/11 21:35:00 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.240 2007/10/12 00:54:16 das Exp $
*/
#ifndef _TCL
@@ -348,7 +348,7 @@ typedef long LONG;
* longVal == Tcl_WideAsLong(Tcl_LongAsWide(longVal))
*
* Note on converting between Tcl_WideInt and strings. This implementation (in
- * tclObj.c) depends on the function and
+ * tclObj.c) depends on the function
* sprintf(...,"%" TCL_LL_MODIFIER "d",...).
* TCL_LL_MODIFIER_SIZE is the length of the
* modifier string, which is "ll" on most 32-bit Unix systems. It has to be