aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/heap.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/heap.zig b/lib/std/heap.zig
index aaf87367d8..65952f6c50 100644
--- a/lib/std/heap.zig
+++ b/lib/std/heap.zig
@@ -282,7 +282,7 @@ const PageAllocator = struct {
return @ptrCast([*]u8, addr)[0..alignPageAllocLen(aligned_len, n, len_align)];
}
- // If it wasn't, actually do an explicitely aligned allocation.
+ // If it wasn't, actually do an explicitly aligned allocation.
w.VirtualFree(addr, 0, w.MEM_RELEASE);
const alloc_size = n + alignment - mem.page_size;