Skip to content

Commit a5ac3e4

Browse files
authored
Update README.md
Typos.
1 parent 11466e4 commit a5ac3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ Cross-Compilation
242242

243243
To support cross-compilation WLLVM supports the `-target` triple used by clang.
244244
More information can be found
245-
[here.](https://clang.llvm.org/docs/CrossCompilation.html#target-triple).
245+
[here.](https://clang.llvm.org/docs/CrossCompilation.html#target-triple)
246246

247-
Additionall, WLLVM leverages `objcopy` for some of its heavy lifting. When
247+
Additionally, WLLVM leverages `objcopy` for some of its heavy lifting. When
248248
cross-compiling you must ensure to use the appropriate `objcopy` for the target
249249
architecture. The `BINUTILS_TARGET_PREFIX` environment variable can be used to
250250
set the objcopy of choice, for example, `arm-linux-gnueabihf`.

0 commit comments

Comments
 (0)