From: Brad Smith Date: Thu, 25 May 2017 07:20:11 +0000 (-0400) Subject: detectabl > detectable X-Git-Tag: V2.17~130^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F438%2Fhead;p=cc65 detectabl > detectable --- diff --git a/libsrc/common/rand.s b/libsrc/common/rand.s index 38d525b6b..102dd5be2 100644 --- a/libsrc/common/rand.s +++ b/libsrc/common/rand.s @@ -15,7 +15,7 @@ ; Added value must be 1 (mod 2) ; This guarantees max. period (2**32) ; The lowest bits have poor entropy and -; exhibit easily detectabl patterns, so +; exhibit easily detectable patterns, so ; only the upper bits 16-22 and 24-31 of the ; 4-byte state are returned. ;