chore: Fix some typos

This commit is contained in:
Ahmed
2024-03-13 22:30:48 +00:00
committed by Veikka Tuominen
parent 400145ee3b
commit 5c8eda36d6
10 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ noinline fn frame3(expected: *[4]usize, unwound: *[4]usize) void {
}
noinline fn frame2(expected: *[4]usize, unwound: *[4]usize) void {
// Excercise different __unwind_info / DWARF CFI encodings by forcing some registers to be restored
// Exercise different __unwind_info / DWARF CFI encodings by forcing some registers to be restored
if (builtin.target.ofmt != .c) {
switch (builtin.cpu.arch) {
.x86 => {