Skip to content

Commit 4d273c4

Browse files
committed
Fix two typos spotted in review
1 parent ec5375f commit 4d273c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ running this code on. For example, running `eabihf` code on an `eabi` system
108108
will not work correctly.
109109

110110
The `gnueabi` ABI component indicates support for using the GNU C Library
111-
(glibc), and the Arm Embedded ABI (EABI). The EABI is a replacement of for the
111+
(glibc), and the Arm Embedded ABI (EABI). The EABI is a replacement for the
112112
original ABI (now called the Old ABI or OABI), and it is the standard ABI for
113113
32-bit Arm systems. With this ABI, function parameters that are `f32` or `f64`
114114
are passed as if they were integers, instead of being passed via in FPU
@@ -128,9 +128,9 @@ depending on whether your distribution is using 'soft-float' (EABI) or
128128

129129
The `musleabi` and `musleabihf` ABI components offer support for the [musl C
130130
library](https://musl.libc.org/). This C library can be used to create 'static
131-
binaries' that have no run-time library requirements (a feature that that
132-
glibc does not support). There are soft-float (`eabi`) and hard-float
133-
(`eabihf`) variants, as per the `gnu*` targets above.
131+
binaries' that have no run-time library requirements (a feature that glibc
132+
does not support). There are soft-float (`eabi`) and hard-float (`eabihf`)
133+
variants, as per the `gnu*` targets above.
134134

135135
The `uclibceabi` and `uclibceabihf` ABI components are for the [uClibc-ng C
136136
library](https://uclibc-ng.org/). This is sometimes used in light-weight

0 commit comments

Comments
 (0)