aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/parser.hxx')
-rw-r--r--build2/cc/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index a4fd5f8..f2ecc36 100644
--- a/build2/cc/parser.hxx
+++ b/build2/cc/parser.hxx
@@ -38,7 +38,7 @@ namespace build2
parse_module_name (token&);
public:
- string checksum; // Translation unit checksum.
+ string checksum; // Translation unit checksum.
private:
lexer* l_;