mirror of
https://github.com/ziglang/zig.git
synced 2025-12-29 01:23:17 +00:00
typo
This commit is contained in:
parent
e90a42a808
commit
9ff60e356e
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user