about summary refs log tree commit diff homepage
path: root/include/expr/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/expr/Parser.h')
-rw-r--r--include/expr/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/expr/Parser.h b/include/expr/Parser.h
index a9133e9d..fa07bae2 100644
--- a/include/expr/Parser.h
+++ b/include/expr/Parser.h
@@ -202,7 +202,7 @@ namespace expr {
     static bool classof(const QueryCommand *) { return true; }
   };
   
-  /// Parser - Public interface for parsing a .pc language file.
+  /// Parser - Public interface for parsing a .kquery language file.
   class Parser {
   protected:
     Parser();