diff options
-rw-r--r-- | 031address.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/031address.cc b/031address.cc index 494d3899..928b0ca7 100644 --- a/031address.cc +++ b/031address.cc @@ -104,7 +104,7 @@ recipe main [ :(after "reagent base = " following "case GET_ADDRESS:") base = canonize(base); -//:: helper for debugging +//:: helper for debugging memory corruption (writing to an out-of-bounds address) //: grab an address, and then dump its value at intervals :(before "End Globals") |