summaryrefslogtreecommitdiff
path: root/src/select/bloom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/bloom.h')
-rw-r--r--src/select/bloom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/bloom.h b/src/select/bloom.h
index 85094cd..11628ab 100644
--- a/src/select/bloom.h
+++ b/src/select/bloom.h
@@ -16,9 +16,9 @@
* Generate the bloom filter by adding calling css_bloom_add_hash() on each
* ancestor element name, class name and id name for the node.
*
- * Use the insesnsitive lwc_string:
+ * Use the insesnsitive hash value:
*
- * lwc_string_hash_value(str->insensitive)
+ * lwc_err = lwc_string_caseless_hash_value(str, &hash);
*/
#ifndef libcss_bloom_h_