Skip to content

Commit a954584

Browse files
authored
Rollup merge of #110217 - rust-loongarch:fix-typos, r=GuillaumeGomez
doc: loongarch: Fix typos
2 parents 7614ea4 + f45417b commit a954584

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/doc/rustc/src/platform-support/loongarch-linux.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
[LoongArch]: https://loongson.github.io/LoongArch-Documentation/README-EN.html
88

9-
The target name follow this format: `<machine>-<vendor>-<os><fabi_suffix>, where `<machine>` specifies the CPU family/model, `<vendor>` specifies the vendor and `<os>` the operating system name.
9+
The target name follow this format: `<machine>-<vendor>-<os><fabi_suffix>`, where `<machine>` specifies the CPU family/model, `<vendor>` specifies the vendor and `<os>` the operating system name.
1010
While the integer base ABI is implied by the machine field, the floating point base ABI type is encoded into the os field of the specifier using the string suffix `<fabi-suffix>`.
1111

1212
| `<fabi-suffix>` | `Description` |
1313
|------------------------|--------------------------------------------------------------------|
14-
| f64 | The base ABI use 64-bits FPRs for parameter passing.(lp64d)|
14+
| f64 | The base ABI use 64-bits FPRs for parameter passing. (lp64d)|
1515
| f32 | The base ABI uses 32-bit FPRs for parameter passing. (lp64f)|
1616
| sf | The base ABI uses no FPR for parameter passing. (lp64s) |
1717

@@ -26,9 +26,9 @@ While the integer base ABI is implied by the machine field, the floating po
2626

2727
## Target maintainers
2828

29-
- [ZHAI xiaojuan](https://github.com/zhaixiaojuan) `zhaixiaojuan@loongson.cn`
30-
- [WANG rui](https://github.com/heiher) `wangrui@loongson.cn`
31-
- [ZHAI xiang](https://github.com/xiangzhai) `zhaixiang@loongson.cn`
29+
- [ZHAI Xiaojuan](https://github.com/zhaixiaojuan) `zhaixiaojuan@loongson.cn`
30+
- [WANG Rui](https://github.com/heiher) `wangrui@loongson.cn`
31+
- [ZHAI Xiang](https://github.com/xiangzhai) `zhaixiang@loongson.cn`
3232
- [WANG Xuerui](https://github.com/xen0n) `git@xen0n.name`
3333

3434
## Requirements

0 commit comments

Comments
 (0)