Skip to content

Commit 550bd8f

Browse files
committed
Merge pull request #99 from brson/typos
Typos
2 parents 88ce378 + c2e3268 commit 550bd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2016-05-13-rustup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ compilers for 14, and standard libraries for 30.
167167
## Example: Building static binaries on Linux
168168

169169
Now that we've got the basic pieces in place, let's apply them to
170-
simple cross-compilation task: building an ultraportable static binary
170+
a simple cross-compilation task: building an ultraportable static binary
171171
for Linux.
172172

173173
One of the unique features of Linux that has become increasingly appreciated is
@@ -435,7 +435,7 @@ std. It's acquiring and configuring the linker and C toolchain that is the most
435435
vexing — each combination of host and target platform requires something
436436
slightly different. We want to make this easier, and will be adding "NDK
437437
support" to rustup. What this means will again depend on the exact scenario, but
438-
we're going to start working from the most demanded uses cases, like Android,
438+
we're going to start working from the most demanded, like Android,
439439
and try to automate as much of the detection, installation and configuration of
440440
the non-Rust toolchain components as we can. On Android for instance, the hope
441441
is to automate everything for a basic initial setup except for accepting the

0 commit comments

Comments
 (0)