File tree 1 file changed +2
-2
lines changed
src/doc/rustc/src/platform-support
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ will fail to load on machines that do not support this.
20
20
21
21
It should support the full standard library (` std ` and ` alloc ` either with
22
22
default or user-defined allocators). This target is probably most useful when
23
- targetted via cross-compilation (including from ` x86_64-apple-darwin ` ), but if
23
+ targeted via cross-compilation (including from ` x86_64-apple-darwin ` ), but if
24
24
built manually, the host tools work.
25
25
26
26
It is similar to ` x86_64-apple-darwin ` in nearly all respects, although the
@@ -49,7 +49,7 @@ suite seems to work.
49
49
50
50
Cross-compilation to this target from Apple hosts should generally work without
51
51
much configuration, so long as XCode and the CommandLineTools are installed.
52
- Targetting it from non-Apple hosts is difficult, but no moreso than targetting
52
+ Targeting it from non-Apple hosts is difficult, but no more so than targeting
53
53
` x86_64-apple-darwin ` .
54
54
55
55
When compiling C code for this target, either the "` x86_64h-apple-macosx* ` " LLVM
You can’t perform that action at this time.
0 commit comments