compiler: fix some typos
This commit is contained in:
parent
4a56cbec59
commit
eb2b9441e7
7 changed files with 7 additions and 7 deletions
|
@ -1338,7 +1338,7 @@ impl<'a> Linker for WasmLd<'a> {
|
|||
}
|
||||
|
||||
// LLD will hide these otherwise-internal symbols since it only exports
|
||||
// symbols explicity passed via the `--export` flags above and hides all
|
||||
// symbols explicitly passed via the `--export` flags above and hides all
|
||||
// others. Various bits and pieces of tooling use this, so be sure these
|
||||
// symbols make their way out of the linker as well.
|
||||
self.cmd.arg("--export=__heap_base");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue