aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-19 14:02:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-19 14:02:36 +0200
commit40d61256a8455ab4a89617a93d3b548457fe37c0 (patch)
tree34939360064077e619d663ee07e05d66852322d4
parent6ed5736f519caf6f3637051a2e142e8ce6575707 (diff)
Cosmetic change
-rw-r--r--odb/relational/schema.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index 9dbe067..371cff9 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -284,7 +284,7 @@ namespace relational
{
// Container id column references the object table. It also
// cascades on delete so that we can delete the object with
- // a single delete statement (needed for query_erase()).
+ // a single delete statement (needed for erase_query()).
//
semantics::class_& c (*context::top_object);