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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/bloom.h b/src/select/bloom.h
index db7332d..31e2f88 100644
--- a/src/select/bloom.h
+++ b/src/select/bloom.h
@@ -16,7 +16,7 @@
* 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 hash value:
+ * Use the insensitive hash value:
*
* lwc_err = lwc_string_caseless_hash_value(str, &hash);
*/