]> git.sur5r.net Git - cc65/commitdiff
detectabl > detectable 438/head
authorBrad Smith <rainwarrior@gmail.com>
Thu, 25 May 2017 07:20:11 +0000 (03:20 -0400)
committerBrad Smith <rainwarrior@gmail.com>
Thu, 25 May 2017 07:20:11 +0000 (03:20 -0400)
libsrc/common/rand.s

index 38d525b6be2267d280ec6e8055aac7b6499f3553..102dd5be2fa9c5a34123b91b4d2cef8583ddcc95 100644 (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.
 ;