This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 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.
2020
2121It should support the full standard library (` std ` and ` alloc ` either with
2222default 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
2424built manually, the host tools work.
2525
2626It is similar to ` x86_64-apple-darwin ` in nearly all respects, although the
@@ -49,7 +49,7 @@ suite seems to work.
4949
5050Cross-compilation to this target from Apple hosts should generally work without
5151much 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
5353` x86_64-apple-darwin ` .
5454
5555When 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