summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ===