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/Lexer.h | |
| parent | 094a21832d94bfaa5da8ea667e646328ca0e5432 (diff) | |
| download | klee-f27cf86466d75c71a302abe5e0a3ffcad1670373.tar.gz | |
Renamed .pc to .kquery (kleaver query)
Diffstat (limited to 'include/expr/Lexer.h')
| -rw-r--r-- | include/expr/Lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/expr/Lexer.h b/include/expr/Lexer.h index 6cce8031..9319b487 100644 --- a/include/expr/Lexer.h +++ b/include/expr/Lexer.h @@ -72,7 +72,7 @@ namespace expr { void dump(); }; - /// Lexer - Interface for lexing tokens from a .pc language file. + /// Lexer - Interface for lexing tokens from a .kquery language file. class Lexer { const char *BufferPos; /// The current lexer position. const char *BufferEnd; /// The buffer end position. |
