Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongnull committed Jul 23, 2024
1 parent 4cb7cb0 commit c6394eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aro/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 {
.freebsd => "freebsd",
.fuchsia => "fuchsia",
.linux => "linux",
.ps3 => "ps3",
.ps3 => "lv2",
.netbsd => "netbsd",
.openbsd => "openbsd",
.solaris => "solaris",
Expand Down

0 comments on commit c6394eb

Please sign in to comment.