summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-08-26 22:56:19 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-08-26 22:56:19 +0200
commit0d8e67b84ac39b529247c07c49f235225f40ba55 (patch)
tree29ff9a4a6b9099d16db962d63d5dad9a92212146 /notes
parent7e14a912672a47fae3b306832483308efd303645 (diff)
typo
Diffstat (limited to 'notes')
-rw-r--r--notes/260826-use-alloc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/260826-use-alloc.md b/notes/260826-use-alloc.md
index 8d876b1..e72b006 100644
--- a/notes/260826-use-alloc.md
+++ b/notes/260826-use-alloc.md
@@ -215,7 +215,7 @@ we blew two categories for 8-byte aligned sizes, but thankfully this
works out perfectly anyway since 32-byte index resolution works for
64-byte aligned objects too.
-This strategy is conceptually quite complicated, but I in terms of
+This strategy is conceptually quite complicated, but in terms of
implementation, it should just be a few CPU instructions to shift
integers left and right and select the correct slab base offset.