summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2010-05-14 04:10:19 +0000
committerOlly Betts <olly@survex.com>2010-05-14 04:10:19 +0000
commit6a9a167e8e619d04b260c1c7152ca77e9e980fd1 (patch)
treeff361245cc1dbe6697bae9dee0985c291c064ae3 /Source
parent108f826a76c7a1b1dbd63c66c6c0b5238d81933a (diff)
downloadswig-6a9a167e8e619d04b260c1c7152ca77e9e980fd1.tar.gz
Fix typo in comment.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12025 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source')
-rw-r--r--Source/Swig/typesys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Swig/typesys.c b/Source/Swig/typesys.c
index f8cec14c9..2436e005c 100644
--- a/Source/Swig/typesys.c
+++ b/Source/Swig/typesys.c
@@ -1773,7 +1773,7 @@ void SwigType_inherit_equiv(File *out) {
continue;
}
- /* This type has subclasses. We now need to walk through these subtypes and generate pointer converion functions */
+ /* This type has subclasses. We now need to walk through these subtypes and generate pointer conversion functions */
rh = Getattr(r_resolved, rk.key);
rlist = NewList();