summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-09 08:49:24 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-09 08:49:24 +0200
commit9c4dae501a64af864c3ceef3d185cd15f7757dcf (patch)
tree6a12c5d8f85399fdcd3c150deb9822fd52959ba9
parentded16f84e1febfdc262b51291da02f9e69b63cf0 (diff)
Trivial comment rewording.
-rw-r--r--src/zisp/value.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zisp/value.zig b/src/zisp/value.zig
index 50d695c..d157165 100644
--- a/src/zisp/value.zig
+++ b/src/zisp/value.zig
@@ -80,7 +80,7 @@
//!
//! Forbidden Value #3, Positive cqNaN, is avoided thanks to the fact that a
//! regular Zisp heap pointer can never be null. Weak pointers, which can be
-//! null, avoid stepping on that forbidden value thanks to bit 49 being set.
+//! null, avoid stepping on that forbidden value thanks to one bit being set.
//!
//!
//! === Other values ===