diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-21 14:12:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-21 14:12:54 +0200 |
commit | 668e14a304fb7e63dbac11ec2884eb148c9abecf (patch) | |
tree | d266718345da4e59cdb27e5f080534ef4370c672 | |
parent | 256574679feb0204ac859367fdbf4d91aff45d0a (diff) | |
download | glibc-668e14a304fb7e63dbac11ec2884eb148c9abecf.zip glibc-668e14a304fb7e63dbac11ec2884eb148c9abecf.tar.gz glibc-668e14a304fb7e63dbac11ec2884eb148c9abecf.tar.bz2 |
contrib.texi: Fix format of MIPS and RISC-V
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | manual/contrib.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/contrib.texi b/manual/contrib.texi index e7aed81..d947166 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -230,7 +230,7 @@ Torbj@"orn Granlund for fast implementations of many of the string functions (@code{memcpy}, @code{strlen}, etc.). @item -Evan Green for work on the riscv port. +Evan Green for work on the RISC-V port. @item Vineet Gupta for their maintainership of the ARC port. @@ -635,7 +635,7 @@ Adam Yi for various fixes. Eric Youngdale for implementing versioning of objects on the symbol level. @item -YunQiang Su for work on the mips port. +YunQiang Su for work on the MIPS port. @item Adhemerval Zanella for optimized functions on PowerPC, ISO C threads support, @@ -645,7 +645,7 @@ the work on tunables, fortify improvements, and numerous contributions and fixes Xuelei Zhang for optimized functions on AArch64. @item -Junxian Zhu for work on the mips port. +Junxian Zhu for work on the MIPS port. @end itemize |