summaryrefslogtreecommitdiff
path: root/Lib/tcl
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2011-06-03 13:13:44 +0000
committerOlly Betts <olly@survex.com>2011-06-03 13:13:44 +0000
commitb0ffa0b48f8cab8d336c97870430b5c46af540b2 (patch)
tree48b8761c86a42e873b19e2ef57f826065febce05 /Lib/tcl
parenta47da97ffe1e1c0ef91ee821e5bdcb1df315bab5 (diff)
downloadswig-b0ffa0b48f8cab8d336c97870430b5c46af540b2.tar.gz
Fix comment typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12729 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/tcl')
-rw-r--r--Lib/tcl/tcltypemaps.swg8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/tcl/tcltypemaps.swg b/Lib/tcl/tcltypemaps.swg
index d93c8869b..2b4e06e9d 100644
--- a/Lib/tcl/tcltypemaps.swg
+++ b/Lib/tcl/tcltypemaps.swg
@@ -7,7 +7,7 @@
* ------------------------------------------------------------ */
/*
- in Tcl we need to pass the interp value, so, we define the decl/call
+ In Tcl we need to pass the interp value, so we define the decl/call
macros as needed.
*/
@@ -15,13 +15,13 @@
#define SWIG_AS_CALL_ARGS SWIG_TCL_CALL_ARGS_2
-/* Include fundamental fragemt definitions */
+/* Include fundamental fragment definitions */
%include <typemaps/fragments.swg>
/* Look for user fragments file. */
%include <tclfragments.swg>
-/* Tcl fragments for primitve types */
+/* Tcl fragments for primitive types */
%include <tclprimtypes.swg>
/* Tcl fragments for char* strings */
@@ -32,7 +32,7 @@
* Unified typemap section
* ------------------------------------------------------------ */
-/* No director supported in Tcl */
+/* No director support in Tcl */
#ifdef SWIG_DIRECTOR_TYPEMAPS
#undef SWIG_DIRECTOR_TYPEMAPS
#endif