aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2013-10-15 11:25:11 +1300
committerOlly Betts <olly@survex.com>2013-12-12 11:45:30 +1300
commitc6e4dea5722eac4319306a2d09c119e312848dc8 (patch)
treec34ae2b69d8dabab014b419f2d5590191225c4e7 /Source/Swig
parent2d0dc707e6975ae4476931c32f4df4e4faaa2e4e (diff)
downloadswig-c6e4dea5722eac4319306a2d09c119e312848dc8.tar.gz
Fix a few typos in comments and docs
Diffstat (limited to 'Source/Swig')
-rw-r--r--Source/Swig/typesys.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Swig/typesys.c b/Source/Swig/typesys.c
index 1552703c6..bcfd2feb5 100644
--- a/Source/Swig/typesys.c
+++ b/Source/Swig/typesys.c
@@ -1381,13 +1381,13 @@ int SwigType_type(const SwigType *t) {
*
* 2.- swig doesn't mark 'type' as non-assignable.
*
- * 3.- the user specify that the value wrapper is not needed by using
- * the %feature("novaluewrapper"), in that case the user need to type
+ * 3.- the user specifies that the value wrapper is not needed by using
+ * %feature("novaluewrapper") like so:
*
* %feature("novaluewrapper") MyOpaqueClass;
* class MyOpaqueClass;
*
- * Users can also force the use of the value wrapper by using the
+ * The user can also force the use of the value wrapper with
* %feature("valuewrapper").
* ----------------------------------------------------------------------------- */