aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-29 11:44:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-29 11:44:20 +0200
commit3119acaabba81a00ab882f495053446d45829b0d (patch)
tree84d50c9efdfb500b1f37ccdce1de14114e5e6c4d
parent904ca091efa8df59e213d3742c845b90645d7c34 (diff)
Cosmetic changes
-rw-r--r--odb/relational/mssql/context.cxx2
-rw-r--r--odb/relational/oracle/context.cxx2
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 ())
{