misc/kforth: spello

This commit is contained in:
Kyle Isom 2018-02-23 21:46:01 -08:00
parent eb03ca98f3
commit 0a010e4527
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ Pixelbook::
<5> <5>
WTF‽ I spent an hour debugging this to realise it was a bounds overflow in WTF‽ I spent an hour debugging this to realise it was a bounds overflow in
``write_num``. This led me to ckecking the behaviour of the maximum and ``write_num``. This led me to checking the behaviour of the maximum and
minimum values of ``KF_INT`` which led to me revising ``io.cc``:: minimum values of ``KF_INT`` which led to me revising ``io.cc``::
#include "defs.h" #include "defs.h"