aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-22 14:12:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-22 17:57:00 +0200
commit65f96af95474f3aa894186e78006b37520df767c (patch)
tree2cfe7526de6560ad905630de1cfcb8189b9ffd9b
parent1f138ddc8fbda86c6d059f3392439cdce3438bb5 (diff)
Cosmetic change
-rw-r--r--odb/relational/mysql/source.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/mysql/source.cxx b/odb/relational/mysql/source.cxx
index d3b4129..e40a40a 100644
--- a/odb/relational/mysql/source.cxx
+++ b/odb/relational/mysql/source.cxx
@@ -98,7 +98,7 @@ namespace relational
// However, this complicates the code generator quite a bit: we
// either have to move to std::string storage for all the
// statements and all the databases, which is kind of a waste,
- // or do some deep per-database customizations, which is hairy).
+ // or do some deep per-database customizations, which is hairy.
// So, instead, we are going to use another hack (hey, what the
// hell, right?) by loading both the index and enumerator
// combined into a string: