From 3119acaabba81a00ab882f495053446d45829b0d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Jun 2012 11:44:20 +0200 Subject: Cosmetic changes --- odb/relational/mssql/context.cxx | 2 +- odb/relational/oracle/context.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/odb/relational/mssql/context.cxx b/odb/relational/mssql/context.cxx index 0b36366..7917f93 100644 --- a/odb/relational/mssql/context.cxx +++ b/odb/relational/mssql/context.cxx @@ -270,7 +270,7 @@ namespace relational r_.has_prec = true; r_.prec = 53; - // It appears that DOUBLE PRECISION can be follows by the + // It appears that DOUBLE PRECISION can be followed by the // precision specification. // parse_precision (l_.next ()); diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx index a44e3ee..cedf12d 100644 --- a/odb/relational/oracle/context.cxx +++ b/odb/relational/oracle/context.cxx @@ -267,7 +267,7 @@ namespace relational s = parse_done; } // - // Floating point types + // Floating point types. // else if (id == "FLOAT" && prefix.empty ()) { -- cgit v1.1