aboutsummaryrefslogtreecommitdiff
path: root/odb/pragma.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-08-24 09:47:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-08-24 09:47:56 +0200
commited52acc5e65dd9ea2fb2d9c851c2faa61d5cb2d9 (patch)
treee3a6faa48021480d762c97ebebd08025071101d2 /odb/pragma.hxx
parent2842ac773c779b6bd8298a34320076a8c5ca77ee (diff)
Cosmetic changes
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_;