summaryrefslogtreecommitdiffstats
path: root/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cxx')
-rw-r--r--parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.cxx b/parse.cxx
index d8953f68..bcf634e6 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -668,7 +668,7 @@ parser::parse_probe_point ()
probe_point* pl = new probe_point;
// XXX: add support for probe point aliases
- // e.g. probe a.b = a.c = a.d = foo
+ // e.g. probe alias = foo { ... }
while (1)
{
const token* t = next ();