diff options
author | fche <fche> | 2007-03-29 16:42:43 +0000 |
---|---|---|
committer | fche <fche> | 2007-03-29 16:42:43 +0000 |
commit | eee5714b5f33b6bc37dc5f32942344879a837eb3 (patch) | |
tree | 28657cee280fd6b7c8a9db00372cd39a2c5c1862 | |
parent | f97d5ff6c208d69d27791d7a8f6d6dac4853ff15 (diff) | |
download | systemtap-steved-eee5714b5f33b6bc37dc5f32942344879a837eb3.tar.gz systemtap-steved-eee5714b5f33b6bc37dc5f32942344879a837eb3.tar.xz systemtap-steved-eee5714b5f33b6bc37dc5f32942344879a837eb3.zip |
* tweak wordage
-rw-r--r-- | translate.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index b7c21032..73646c85 100644 --- a/translate.cxx +++ b/translate.cxx @@ -1360,7 +1360,8 @@ c_unparser::emit_probe (derived_probe* v) // Since the generated C changes based on whether or not the probe // needs locks around global variables, this needs to be reflected - // in the probe string. + // here. We don't want to treat as duplicate the handlers of + // begin/end and normal probes that differ only in need_global_locks. oss << "# needs_global_locks: " << v->needs_global_locks () << endl; // If an identical probe has already been emitted, just call that |