diff options
| author | Havard Eidnes <he@NetBSD.org> | 2023-10-28 16:50:14 +0000 |
|---|---|---|
| committer | Havard Eidnes <he@NetBSD.org> | 2023-10-28 16:50:14 +0000 |
| commit | f5fa36fbb72fe6d676adcb9bb7c1cba869c81c00 (patch) | |
| tree | 61be2657a0f16f8e52abcf7cebb974c46b1c0396 | |
| parent | d9ddad3921e24ff819a35ad030a0b7a9f7b098c6 (diff) | |
| download | rust-f5fa36fbb72fe6d676adcb9bb7c1cba869c81c00.tar.gz rust-f5fa36fbb72fe6d676adcb9bb7c1cba869c81c00.zip | |
i586-unknown-netbsd platform-support.md: fix typo.
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index f0be501fbbe..ef373298efa 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -152,7 +152,7 @@ target | std | notes `i586-pc-windows-msvc` | * | 32-bit Windows w/o SSE [^x86_32-floats-x87] `i586-unknown-linux-gnu` | ✓ | 32-bit Linux w/o SSE (kernel 3.2, glibc 2.17) [^x86_32-floats-x87] `i586-unknown-linux-musl` | ✓ | 32-bit Linux w/o SSE, MUSL [^x86_32-floats-x87] -[`i586-unknown-netbsd`](platform-support/netbsd.md) | ✓ | 32-bir x86, restricted to Pentium +[`i586-unknown-netbsd`](platform-support/netbsd.md) | ✓ | 32-bit x86, restricted to Pentium [`i686-linux-android`](platform-support/android.md) | ✓ | 32-bit x86 Android [^x86_32-floats-return-ABI] `i686-unknown-freebsd` | ✓ | 32-bit FreeBSD [^x86_32-floats-return-ABI] `i686-unknown-linux-musl` | ✓ | 32-bit Linux with MUSL [^x86_32-floats-return-ABI] |
