lib/std/elf: fix typo in R_RISCV_TLSDESC

This commit is contained in:
Jakub Konka 2024-02-17 12:06:33 +01:00
parent 9542ee9bf8
commit 5fb54736df

View file

@ -2181,7 +2181,7 @@ pub const R_RISCV = enum(u32) {
R_RISCV_TLS_DTPREL64 = 9,
R_RISCV_TLS_TPREL32 = 10,
R_RISCV_TLS_TPREL64 = 11,
R_RISVC_TLSDESC = 12,
R_RISCV_TLSDESC = 12,
R_RISCV_BRANCH = 16,
R_RISCV_JAL = 17,
R_RISCV_CALL = 18,