diff options
author | Eric Rizzi <eric.rizzi@gmail.com> | 2015-09-14 14:32:37 -0400 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2016-11-23 20:36:44 +0000 |
commit | f27cf86466d75c71a302abe5e0a3ffcad1670373 (patch) | |
tree | dd598d703d01fc8292afa6cc56816ec822715923 /include/expr/Parser.h | |
parent | 094a21832d94bfaa5da8ea667e646328ca0e5432 (diff) | |
download | klee-f27cf86466d75c71a302abe5e0a3ffcad1670373.tar.gz |
Renamed .pc to .kquery (kleaver query)
Diffstat (limited to 'include/expr/Parser.h')
-rw-r--r-- | include/expr/Parser.h | 2 |
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(); |