1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

Cosmetics

This commit is contained in:
Sergey Prigogin 2016-07-31 13:59:46 -07:00
parent e8213acedf
commit 072e568395

View file

@ -127,7 +127,7 @@ public abstract class ASTVisitor {
public boolean shouldVisitBaseSpecifiers = false;
/**
* Set this flag to visit to visit namespaces.
* Set this flag to visit namespace definitions.
*/
public boolean shouldVisitNamespaces = false;