summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ())
{