Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2022-09-27 17:46:27 +02:00
parent ef93c7e2ea
commit 7c9ccceec8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ bool chunk_equals_nosan(chunk_t a, chunk_t b)
{
int i;
/* cant use memcmp() or any function using it, as that is again
/* can't use memcmp() or any function using it, as that is again
* sanitize-checked */
if (a.len != b.len)
{