From 9c4dae501a64af864c3ceef3d185cd15f7757dcf Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Tue, 9 Jun 2026 08:49:24 +0200 Subject: Trivial comment rewording. --- src/zisp/value.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 === -- cgit v1.2.3