fix spelling errors (pr #710)

This commit is contained in:
Daan 2024-04-20 17:18:09 -07:00
parent 88aa84727d
commit ce783df58f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ terms of the MIT license. A copy of the license can be found in the file
/* ----------------------------------------------------------------------------
Concurrent bitmap that can set/reset sequences of bits atomically,
represeted as an array of fields where each field is a machine word (`size_t`)
represented as an array of fields where each field is a machine word (`size_t`)
There are two api's; the standard one cannot have sequences that cross
between the bitmap fields (and a sequence must be <= MI_BITMAP_FIELD_BITS).