aboutsummaryrefslogtreecommitdiff
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
parent2842ac773c779b6bd8298a34320076a8c5ca77ee (diff)
Cosmetic changes
-rw-r--r--odb/parser.cxx6
-rw-r--r--odb/pragma.hxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/odb/parser.cxx b/odb/parser.cxx
index c5456d6..18bb4a3 100644
--- a/odb/parser.cxx
+++ b/odb/parser.cxx
@@ -671,9 +671,9 @@ parse (tree global_scope, path const& main_file)
define_fund<fund_double> (double_type_node);
define_fund<fund_long_double> (long_double_type_node);
- // First collect all the declarations we are interested in
- // in the line-decl map so that they appear in the source
- // code order.
+ // First collect all the namespace-level declarations we are
+ // interested in in the line-decl map so that they appear in
+ // the source code order.
//
collect (global_scope);
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_;