1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

detectabl > detectable

This commit is contained in:
Brad Smith 2017-05-25 03:20:11 -04:00
parent 1602aab6e9
commit 950d65e8ed

View File

@ -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.
;