diff --git a/lib/std/target.zig b/lib/std/target.zig index 139df629c5..c1f367b3d5 100644 --- a/lib/std/target.zig +++ b/lib/std/target.zig @@ -1157,7 +1157,7 @@ pub const Target = struct { }; } - /// Returns whether this architecture supporst the address space + /// Returns whether this architecture supports the address space pub fn supportsAddressSpace(arch: Arch, address_space: std.builtin.AddressSpace) bool { const is_nvptx = arch == .nvptx or arch == .nvptx64; return switch (address_space) {