Skip to content

Commit c8a5414

Browse files
authored
Update toolchain/internal/llvm_distributions.bzl
1 parent 5b14282 commit c8a5414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/internal/llvm_distributions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ def _write_distributions_impl(ctx):
11871187
dist_list = dist_dict_list.get(os, [struct(name = os, version = "")])
11881188
for dist in dist_list:
11891189
if arch == "sparc64" and dist.name != "sun-solaris":
1190-
# Sparc64 and SparcV9 are handled in the same way, just difference precedence.
1190+
# Sparc64 and SparcV9 are handled in the same way, just different precedence.
11911191
# One is the architecture th other the ISA. Restrict to one to limit output.
11921192
continue
11931193
host_info = struct(

0 commit comments

Comments
 (0)