authorgravatar for robin@voetter.nlRobin Voetter <robin@voetter.nl> 2022-10-12 20:38:43+02:00
committergravatar for robin@voetter.nlRobin Voetter <robin@voetter.nl> 2022-10-12 20:38:43+02:00
log9ff60e356ec5be9c3e547d0db2b55bba88c0acbd
treeb1792ab3ec68b74c535a5ad151925d370dab2ad8
parente90a42a80844f49e8755ab92d1c082e9ac906dee
signaturelock-open Commit is signed but in an unrecognized format.

typo


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/target.zig+1-1
......@@ -1157,7 +1157,7 @@ pub const Target = struct {
11571157 };
11581158 }
11591159
1160 /// Returns whether this architecture supporst the address space
1160 /// Returns whether this architecture supports the address space
11611161 pub fn supportsAddressSpace(arch: Arch, address_space: std.builtin.AddressSpace) bool {
11621162 const is_nvptx = arch == .nvptx or arch == .nvptx64;
11631163 return switch (address_space) {