(no commit message)
[libreriscv.git] / openpower / sv / byteswap.mdwn
index 194e485026f638d40a717b25607bc18c4c34d420..6fd96e228c7b21a90b383c2f49f14cd1e6baca9b 100644 (file)
@@ -4,7 +4,7 @@
 
 ## Byte-swapping Mux
 
-gate count for 4:1 MUX is estimated at 8 gates.  8x 64 gates for a total of 512 gates to provide aligned byteswapping 64 bit. (actually likely 5x64 for MUX pary and 2x8 for selection part)
+gate count for 4:1 MUX is estimated at 8 gates.  8x 64 gates for a total of 512 gates to provide aligned byteswapping 64 bit. (actually likely 5x64 for MUX part and 2x8 for selection part)
 
 <img alt="Byte-swap mux diagram" src="../byteswap_mux.svg" width="100%"/>