diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-03-05 23:21:26 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-03-05 23:23:16 +0200 |
commit | 3007e74ef250f0ce95d97ffbdf2282284f93764d (patch) | |
tree | 5eeeda7544f7eede7357c3345b832b630e380ce8 /src/liblzma/simple | |
parent | liblzma: Use attribute no_profile_instrument_function with ifunc. (diff) | |
download | xz-3007e74ef250f0ce95d97ffbdf2282284f93764d.tar.xz |
liblzma: Fix a typo in a comment in the RISC-V filter.
Diffstat (limited to 'src/liblzma/simple')
-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 |