From ed52acc5e65dd9ea2fb2d9c851c2faa61d5cb2d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Aug 2012 09:47:56 +0200 Subject: Cosmetic changes --- odb/parser.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/parser.cxx') 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 (double_type_node); define_fund (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); -- cgit v1.1