motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 9ff60e356ec5be9c3e547d0db2b55bba88c0acbd (tree)
parent e90a42a80844f49e8755ab92d1c082e9ac906dee
Author: Robin Voetter <robin@voetter.nl>
Date:   Wed, 12 Oct 2022 20:38:43 +0200

typo

Diffstat:
Mlib/std/target.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {