Tcl Source Code

Artifact [b403508618]
Login

Artifact b4035086184cb0a4632dca96be06c23b23bc660e:

Attachment "typo.patch" to ticket [2512659fff] added by zuluuuuuu 2009-01-16 14:44:41.
Index: generic/tcl.h
===================================================================
RCS file: /cvsroot/tcl/tcl/generic/tcl.h,v
retrieving revision 1.286
diff -u -8 -p -r1.286 tcl.h
--- generic/tcl.h	6 Jan 2009 09:49:38 -0000	1.286
+++ generic/tcl.h	16 Jan 2009 07:27:21 -0000
@@ -322,17 +322,17 @@ typedef long LONG;
 	typedef void *ClientData;
 #   else
 	typedef int *ClientData;
 #   endif
 #   define _CLIENTDATA
 #endif
 
 /*
- * Darwin specifc configure overrides (to support fat compiles, where
+ * Darwin specific configure overrides (to support fat compiles, where
  * configure runs only once for multiple architectures):
  */
 
 #ifdef __APPLE__
 #   ifdef __LP64__
 #	undef TCL_WIDE_INT_TYPE
 #	define TCL_WIDE_INT_IS_LONG 1
 #	define TCL_CFG_DO64BIT 1