diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-05 10:15:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-05 14:58:00 +0000 |
commit | 12bcfec04fcbe6425e327109ad47cd2b2b80d2bd (patch) | |
tree | b57ac6784ce892defa6d06fd5974318c8ffb6972 /idlc | |
parent | ea272d9fe4bf2dc7419f76e2ddee707d768ccd50 (diff) |
markup with event type not checker type
Change-Id: I14c0c5d90b67000cb4fe9e6be647854abfe784da
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y index afa38013a3da..400778026c9c 100644 --- a/idlc/source/parser.y +++ b/idlc/source/parser.y @@ -2154,7 +2154,7 @@ at_least_one_scoped_name : } else { StringList* pScopedNames = new StringList(); - //coverity [copy_paste_error] + // coverity [copy_paste_error] pScopedNames->push_back(*$1); $$ = pScopedNames; } |