summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
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.