aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-09-24 13:39:20 -0400
committerGitHub <noreply@github.com>2021-09-24 13:39:20 -0400
commit664941bf14cad3e62b453f83153ca4b65606707b (patch)
tree776a9f1b32a06e6cc71be4dd77f72f80be01e1b2 /src/codegen/llvm.zig
parentef7fa76001f873824b0f64dfc2172ed2f304c348 (diff)
downloadzig-664941bf14cad3e62b453f83153ca4b65606707b.tar.gz
zig-664941bf14cad3e62b453f83153ca4b65606707b.zip
Spelling corrections (#9833)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
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 650628d8c2..b2b87b97d8 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -1161,7 +1161,7 @@ pub const FuncGen = struct {
/// in other instructions. This table is cleared before every function is generated.
func_inst_table: std.AutoHashMapUnmanaged(Air.Inst.Index, *const llvm.Value),
- /// These fields are used to refer to the LLVM value of the function paramaters
+ /// These fields are used to refer to the LLVM value of the function parameters
/// in an Arg instruction.
args: []*const llvm.Value,
arg_index: usize,