aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-10-21 17:01:47 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-10-22 07:56:00 +0200
commit639e53e0e1cc2f60f1560ace50bd11951c5744b1 (patch)
treeb22f303fe28f1d4b6a92e4f54c0560f6329ea6f2 /mod
parent0cf90205710ee250a395c3683a6040eff7caa520 (diff)
Update comment
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.
//