summaryrefslogtreecommitdiffstats
path: root/src/sord.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sord.c')
-rw-r--r--src/sord.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sord.c b/src/sord.c
index 5fab21e..8dc33b1 100644
--- a/src/sord.c
+++ b/src/sord.c
@@ -113,8 +113,7 @@ struct SordModelImpl {
SordWorld* world;
/** Index for each possible triple ordering (may or may not exist).
- * If an index for e.g. SPO exists, it is a dictionary with
- * (S P O) keys (as a SordTuplrID), and ignored values.
+ * Each index is a tree of SordQuad with the appropriate ordering.
*/
ZixTree* indices[NUM_ORDERS];