summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/tcl/tcltypemaps.swg8
-rw-r--r--Lib/typemaps/primtypes.swg6
2 files changed, 7 insertions, 7 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
diff --git a/Lib/typemaps/primtypes.swg b/Lib/typemaps/primtypes.swg
index 42728e5fe..cc8a55e6e 100644
--- a/Lib/typemaps/primtypes.swg
+++ b/Lib/typemaps/primtypes.swg
@@ -22,8 +22,8 @@
which can always be redefined in the swig target language if needed.
- The fragments for the following types, however, need to be defined
- in the target language always:
+ The fragments for the following types, however, always need to be
+ defined in the target language:
long
unsigned long
@@ -40,7 +40,7 @@
%typemaps_primitive(CheckCode, Type)
- which generate the typemaps for a primitive type with a given
+ which generates the typemaps for a primitive type with a given
checkcode. It is assumed that the primitive type is 'normalized' and
the corresponding SWIG_AsVal(Type) and SWIG_From(Type) methods are
provided via fragments.