diff options
author | lloyd <[email protected]> | 2007-11-19 15:06:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-11-19 15:06:27 +0000 |
commit | cf2f188f4ad96abb26400e2dc62e2012826d10e7 (patch) | |
tree | d201f6a35562129e6447e8dd0bacd514a57f839b | |
parent | 729afbe040bb466d6e770ea80a33eec806d709bc (diff) |
Add a short comment describing Turing::fixedS
-rw-r--r-- | src/turing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/turing.cpp b/src/turing.cpp index d2a6d9a5a..31b2ff7a6 100644 --- a/src/turing.cpp +++ b/src/turing.cpp @@ -170,7 +170,7 @@ void Turing::generate() } /************************************************* -* +* Turing's byte mixing step * *************************************************/ u32bit Turing::fixedS(u32bit W) { |