summaryrefslogtreecommitdiff
path: root/src/select
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-03-16 10:50:43 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-03-16 10:50:43 +0000
commited913230ad4f3bd57996111541a5f69ccac6d01f (patch)
treed26b17b522333452b0c9a60f937810e626e3ef78 /src/select
parent46f33e50b75cb9636a285a702b1dd647e21ba6e0 (diff)
downloadlibcss-ed913230ad4f3bd57996111541a5f69ccac6d01f.tar.gz
libcss-ed913230ad4f3bd57996111541a5f69ccac6d01f.tar.bz2
Bloom: Docs: Fix comment typo.
Diffstat (limited to 'src/select')
-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);
*/