summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx
index 41a424ed..49a86160 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -1124,7 +1124,7 @@ c_unparser::emit_module_init ()
o->newline() << "rc = -EINVAL;";
o->newline(-1) << "}";
- // XXX: perform buildid-based checking if able
+ // perform buildid-based checking if able
o->newline() << "if (_stp_module_check()) rc = -EINVAL;";
o->newline(-1) << "}";