aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/processor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/processor.cxx b/odb/processor.cxx
index 0bb8bc7..3446700 100644
--- a/odb/processor.cxx
+++ b/odb/processor.cxx
@@ -1303,9 +1303,9 @@ namespace
}
// @@ Would be good to check that the other end is actually
- // an object pointer and points to the correct object. But
- // the other class may not have been processed yet. Need to
- // do in validator, pass 2.
+ // an object pointer/points_to and points to the correct
+ // object. But the other class may not have been processed
+ // yet. Need to do in validator, pass 2.
//
m.remove ("inverse");
m.set (kp + (kp.empty () ? "": "-") + "inverse", &im);