From 950d65e8ed4c95d8ada5540601b35cda35823a77 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 25 May 2017 03:20:11 -0400 Subject: [PATCH] detectabl > detectable --- libsrc/common/rand.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ; -- 2.39.5