aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index f95e874..2a67fe0 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -4,7 +4,7 @@
#include <stddef.h>
/*
- TODO: Optimize small size buffers by using data and size members (16 bytes on x86)
+ TODO: Optimize small size buffers by using data and size members (16 bytes on x86-64)
instead of heap allocation
*/