aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2024-07-20 20:23:18 +0300
committersobolevn <mail@sobolevn.me>2024-07-20 20:23:18 +0300
commit4c71d3f29e99d5fc4e69d842457933dc55fc7ac5 (patch)
treecdaf83ab99f822398e48eb19985d47544136db07 /src/codegen/llvm.zig
parentef3a746da1a85a8b4a653cb78e0464c71d35b64e (diff)
downloadzig-4c71d3f29e99d5fc4e69d842457933dc55fc7ac5.tar.gz
zig-4c71d3f29e99d5fc4e69d842457933dc55fc7ac5.zip
Fix typos in code comments in `src/`
Diffstat (limited to 'src/codegen/llvm.zig')
-rw-r--r--src/codegen/llvm.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 13153c9bd5..e4d90cf3f0 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -855,7 +855,7 @@ pub const Object = struct {
/// table for every zig source field of the struct that has a corresponding
/// LLVM struct field. comptime fields are not included. Zero-bit fields are
/// mapped to a field at the correct byte, which may be a padding field, or
- /// are not mapped, in which case they are sematically at the end of the
+ /// are not mapped, in which case they are semantically at the end of the
/// struct.
/// The value is the LLVM struct field index.
/// This is denormalized data.