Skip to content

Commit f06508b

Browse files
committed
Fix typo in comment.
1 parent 5dd82df commit f06508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sarray2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ typedef struct
7070
static inline void* SparseArrayLookup(SparseArray * sarray, uint32_t index)
7171
{
7272
// This unrolled version of the commented-out segment below only works with
73-
// sarrays that use one-byte leaves. It's really ugly, but seems to be faster.
73+
// sarrays that use one-byte leafs. It's really ugly, but seems to be faster.
7474
// With this version, we get the same performance as the old GNU code, but
7575
// with about half the memory usage.
7676
uint32_t i = index;

0 commit comments

Comments
 (0)