From bdc71a0f45891d4dd20b4f56e05da056cd56eeab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Mar 2012 16:32:44 +0000 Subject: Fix rusty comment. git-svn-id: http://svn.drobilla.net/sord/trunk@208 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/sord.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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]; -- cgit v1.2.1