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