diff options
author | David Barksdale <amatus@amat.us> | 2017-03-06 21:28:43 -0600 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2017-03-06 21:28:43 -0600 |
commit | 542de3e5df8dbe2bfc3d4290e75f5684e0deaf59 (patch) | |
tree | 4d92d66799bee0a7fe259bf2cf1bb9a189ad5e48 /src/fs | |
parent | 65f138e9a6156983ac74f8f1a5b8051d8f9be86a (diff) |
Update comment to match code
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/fs_unindex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c index a672b84d54..ad1499f00d 100644 --- a/src/fs/fs_unindex.c +++ b/src/fs/fs_unindex.c @@ -454,7 +454,8 @@ continue_after_remove (void *cls, * Function called from datastore with result from us looking for * a UBlock. There are four cases: * 1) no result, means we move on to the next keyword - * 2) UID is the same as the first UID, means we move on to next keyword + * 2) data hash is the same as an already seen data hash, means we move on to + * next keyword * 3) UBlock for a different CHK, means we keep looking for more * 4) UBlock is for our CHK, means we remove the block and then move * on to the next keyword |