]> sourceware.org Git - systemtap.git/commitdiff
elaborate.cxx: clarify comment in mismatch
authorJonathan Lebon <jlebon@redhat.com>
Tue, 14 Jan 2014 21:07:06 +0000 (16:07 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Tue, 14 Jan 2014 21:07:20 +0000 (16:07 -0500)
elaborate.cxx

index 6cdbca4e2559f2ed3f676bfeb6d0e52d31bfe798..2e415b6674e2511cb255fc7af6501e095dd5e46a 100644 (file)
@@ -5419,7 +5419,8 @@ typeresolution_info::mismatch (const token *tok, exp_type type,
         }
 
       // print basic mismatch msg if we couldn't find the decl (this can happen
-      // for fabricated (already resolved) decls e.g. __perf_read_*)
+      // for explicitly typed decls e.g. myvar:long or for fabricated (already
+      // resolved) decls e.g. __perf_read_*)
       if (original == NULL)
         {
           session.print_error (SEMANTIC_ERROR (
This page took 0.038009 seconds and 5 git commands to generate.