diff options
| author | sobolevn <mail@sobolevn.me> | 2024-07-20 20:23:18 +0300 |
|---|---|---|
| committer | sobolevn <mail@sobolevn.me> | 2024-07-20 20:23:18 +0300 |
| commit | 4c71d3f29e99d5fc4e69d842457933dc55fc7ac5 (patch) | |
| tree | cdaf83ab99f822398e48eb19985d47544136db07 /src/link/Wasm/Atom.zig | |
| parent | ef3a746da1a85a8b4a653cb78e0464c71d35b64e (diff) | |
| download | zig-4c71d3f29e99d5fc4e69d842457933dc55fc7ac5.tar.gz zig-4c71d3f29e99d5fc4e69d842457933dc55fc7ac5.zip | |
Fix typos in code comments in `src/`
Diffstat (limited to 'src/link/Wasm/Atom.zig')
| -rw-r--r-- | src/link/Wasm/Atom.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link/Wasm/Atom.zig b/src/link/Wasm/Atom.zig index 77d0790086..e5ad4ee161 100644 --- a/src/link/Wasm/Atom.zig +++ b/src/link/Wasm/Atom.zig @@ -14,7 +14,7 @@ alignment: Wasm.Alignment = .@"1", /// Offset into the section where the atom lives, this already accounts /// for alignment. offset: u32 = 0, -/// The original offset within the object file. This value is substracted from +/// The original offset within the object file. This value is subtracted from /// relocation offsets to determine where in the `data` to rewrite the value original_offset: u32 = 0, /// Previous atom in relation to this atom. |
