aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/ci-common.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/mod/ci-common.hxx b/mod/ci-common.hxx
index 5a3020e..d01e251 100644
--- a/mod/ci-common.hxx
+++ b/mod/ci-common.hxx
@@ -86,9 +86,10 @@ namespace brep
// tenant is already archived and ignores it otherwise (with the result
// having the same semantics as in the replace and ignore modes).
//
- // Note also that the duplicate_tenant::replace modes are not the same as
- // separate calls to create() and then to cancel() since the latter would
- // happen in two separate transactions and will thus be racy. @@@ TODO
+ // Note also that the duplicate_tenant_mode::replace modes are not the
+ // same as separate calls to create() and then to cancel() since the
+ // latter would happen in two separate transactions and will thus be
+ // racy. @@@ TODO
//
// Note: should be called out of the database transaction.
//