Fix typos

This commit is contained in:
Kevin Hovsäter
2023-08-08 14:27:34 +02:00
parent aff64d9951
commit 22b8173164
38 changed files with 52 additions and 52 deletions

View File

@@ -129,7 +129,7 @@ pub const GlobalState = struct {
errdefer self.deinit();
self.gpa = gpa: {
// Use the libc allocator if it is available beacuse it is WAY
// Use the libc allocator if it is available because it is WAY
// faster than GPA. We only do this in release modes so that we
// can get easy memory leak detection in debug modes.
if (builtin.link_libc) {