Cleanup Raid-Z Typo fixes

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #13834
This commit is contained in:
Richard Yao
2022-09-06 12:43:21 -04:00
committed by GitHub
parent 7c0e3941cd
commit 11df48ab8b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ vdev_raidz_exp2(const uint8_t a, const unsigned exp)
* Galois Field operations.
*
* gf_exp2 - computes 2 raised to the given power
* gf_exp2 - computes 4 raised to the given power
* gf_exp4 - computes 4 raised to the given power
* gf_mul - multiplication
* gf_div - division
* gf_inv - multiplicative inverse