diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-03-05 23:21:26 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-03-05 23:21:26 +0200 |
commit | 6e97b299f1b22e366ec42ba5dc5b9d0746e87b84 (patch) | |
tree | 291c9abe76e3a7e51f24e9f4fd47b0e398ad7b5c | |
parent | liblzma: Use attribute no_profile_instrument_function with ifunc. (diff) | |
download | xz-6e97b299f1b22e366ec42ba5dc5b9d0746e87b84.tar.xz |
liblzma: Fix a typo in a comment in the RISC-V filter.
-rw-r--r-- | src/liblzma/simple/riscv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/simple/riscv.c b/src/liblzma/simple/riscv.c index 368e22b0..b18df8b6 100644 --- a/src/liblzma/simple/riscv.c +++ b/src/liblzma/simple/riscv.c @@ -116,7 +116,7 @@ AUIPC with rd != x0 Zfh, F, D, and Q: * RV32I: LB, LH, LW, LBU, LHU, SB, SH, SW * RV64I has also: LD, LWU, SD - * Zhf: FLH, FSH + * Zfh: FLH, FSH * F: FLW, FSW * D: FLD, FSD * Q: FLQ, FSQ |