aboutsummaryrefslogtreecommitdiff
path: root/odb/pragma.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pragma.hxx')
-rw-r--r--odb/pragma.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pragma.hxx b/odb/pragma.hxx
index ac64346..8751b39 100644
--- a/odb/pragma.hxx
+++ b/odb/pragma.hxx
@@ -120,7 +120,7 @@ struct ns_loc_pragma
typedef std::vector<ns_loc_pragma> ns_loc_pragmas;
extern ns_loc_pragmas ns_loc_pragmas_;
-// Pragmas associated with this declaration.
+// Pragmas associated with specific declarations.
//
typedef std::map<tree, pragma_set> decl_pragmas;
extern decl_pragmas decl_pragmas_;