Fix comment typo

This commit is contained in:
Olly Betts 2014-09-11 12:13:12 -03:00
parent 06b1157470
commit fa94a29df4
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ namespace ns
class Example3 class Example3
{ {
protected: 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. having another public constructor, and 'dirprot' is not used.
This is just for Java compatibility */ This is just for Java compatibility */
Example3() Example3()