aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-11-19 15:06:27 +0000
committerlloyd <[email protected]>2007-11-19 15:06:27 +0000
commitcf2f188f4ad96abb26400e2dc62e2012826d10e7 (patch)
treed201f6a35562129e6447e8dd0bacd514a57f839b
parent729afbe040bb466d6e770ea80a33eec806d709bc (diff)
Add a short comment describing Turing::fixedS
-rw-r--r--src/turing.cpp2
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)
{