clarify docs
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 17 Dec 2021 03:23:26 +0000 (19:23 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 17 Dec 2021 03:23:26 +0000 (19:23 -0800)
src/nmutil/grev.py

index 37435a1a1f2088528bb9a309332f3ab0a7b6087b..49d8e6de1ec81fa44c352fa253b89543e3feb8f7 100644 (file)
@@ -60,7 +60,7 @@ class GRev(Elaboratable):
     to a common barrel-shifter/rotater design.
 
     The 2:1 muxes are arranged to calculate successive `grev`-ed values where
-    the intermediate values corresponding `chunk_sizes` is progressively
+    each intermediate value's corresponding `chunk_sizes` is progressively
     changed from all zeros to the input `chunk_sizes` by adding one bit at a
     time from the LSB to MSB.