Skip to content

Commit

Permalink
Fix comment typos
Browse files Browse the repository at this point in the history
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12729 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
ojwb committed Jun 3, 2011
1 parent a47da97 commit b0ffa0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Lib/tcl/tcltypemaps.swg
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
* ------------------------------------------------------------ */

/*
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.
*/

#define SWIG_AS_DECL_ARGS SWIG_TCL_DECL_ARGS_2
#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 */
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Lib/typemaps/primtypes.swg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit b0ffa0b

Please sign in to comment.