summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-18 16:32:44 +0000
committerDavid Robillard <d@drobilla.net>2012-03-18 16:32:44 +0000
commitbdc71a0f45891d4dd20b4f56e05da056cd56eeab (patch)
tree9fc3bc7b0d52515e1a06cf712a1263cf960de1ea
parent58ded244f7bf619255adbe8c5a48670f809939f2 (diff)
downloadsord-bdc71a0f45891d4dd20b4f56e05da056cd56eeab.tar.gz
sord-bdc71a0f45891d4dd20b4f56e05da056cd56eeab.tar.bz2
sord-bdc71a0f45891d4dd20b4f56e05da056cd56eeab.zip
Fix rusty comment.
git-svn-id: http://svn.drobilla.net/sord/trunk@208 3d64ff67-21c5-427c-a301-fe4f08042e5a
-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];