Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aduros committed Dec 7, 2024
1 parent 853d402 commit 0353c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/native/src/runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static void panic(const char *msg)

static void out_of_bounds_access(void)
{
panic("out of bands memory access");
panic("out of bounds memory access");
}

static uint32_t mul_u32_with_overflow_check(uint32_t a, uint32_t b)
Expand Down

0 comments on commit 0353c98

Please sign in to comment.