Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9843 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
38829f2ce0
commit
db1161de35
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* These typemaps give more natural support for arrays. The typemaps are not efficient
|
||||
* as there is a lot of copying of the array values whenever the array is passed to C/C++
|
||||
* from Java and visa versa. The Java array is expected to be the same size as the C array.
|
||||
* from Java and vice versa. The Java array is expected to be the same size as the C array.
|
||||
* An exception is thrown if they are not.
|
||||
*
|
||||
* Example usage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue