diff --git a/lib/token.h b/lib/token.h index 494f95943..31a64bef0 100644 --- a/lib/token.h +++ b/lib/token.h @@ -135,7 +135,7 @@ public: * - "%comp%" Any token such that isComparisonOp() returns true. * - "%str%" Any token starting with "-character (C-string). * - "%varid%" Match with parameter varid - * - "%op%" Any token such that isConstOp() returns true. + * - "%op%" Any token such that isOp() returns true. * - "%cop%" Any token such that isConstOp() returns true. * - "%or%" A bitwise-or operator '|' * - "%oror%" A logical-or operator '||'