Skip to content

Commit 64f67c9

Browse files
authored
typo: s/reloction/relocation/ & s/independant/independent/ (#224)
1 parent 6c3c0b2 commit 64f67c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DynamicLinking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ absolute relocation.
168168
of `R_WASM_MEMORY_ADDR_TLS_SLEB`.
169169

170170
All code that gets linked into a WebAssembly dynamic library must be compiled
171-
as position independant. The corresponding absolute reloction types
171+
as position independent. The corresponding absolute relocation types
172172
(R_WASM_MEMORY_ADDR_SLEB and R_WASM_TABLE_INDEX_SLEB) are not permitted in
173-
position independant code and will be rejected at link time.
173+
position independent code and will be rejected at link time.
174174

175175
For relocation within the data segments a runtime fixup may be required. For
176176
example, if the address of an external symbol is stored in global data. In this

0 commit comments

Comments
 (0)