mirror of https://github.com/swig/swig
Fix comment typo
This commit is contained in:
parent
06b1157470
commit
fa94a29df4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue