aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/parser.cxx b/build2/parser.cxx
index c7ede35..a2d9d1b 100644
--- a/build2/parser.cxx
+++ b/build2/parser.cxx
@@ -1750,11 +1750,11 @@ namespace build2
// untyped one to the other's type instead of complaining. This
// seems like a reasonable thing to do and will allow us to write:
//
- // if (build.version > 30000)
+ // if ($build.version > 30000)
//
// Rather than having to write:
//
- // if (build.version > [uint64] 30000)
+ // if ($build.version > [uint64] 30000)
//
if (lhs.type != rhs.type)
{