From fa94a29df4e332e42e91972888e6d17cbd4519c7 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 11 Sep 2014 12:13:12 -0300 Subject: [PATCH] Fix comment typo --- Examples/test-suite/director_abstract.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/director_abstract.i b/Examples/test-suite/director_abstract.i index cc9dca55a..7dfcc8984 100644 --- a/Examples/test-suite/director_abstract.i +++ b/Examples/test-suite/director_abstract.i @@ -156,7 +156,7 @@ namespace ns class Example3 { protected: - /* the default constructor is always emitter, even when protected, + /* the default constructor is always emitted, even when protected, having another public constructor, and 'dirprot' is not used. This is just for Java compatibility */ Example3()