We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14282 commit c8a5414Copy full SHA for c8a5414
toolchain/internal/llvm_distributions.bzl
@@ -1187,7 +1187,7 @@ def _write_distributions_impl(ctx):
1187
dist_list = dist_dict_list.get(os, [struct(name = os, version = "")])
1188
for dist in dist_list:
1189
if arch == "sparc64" and dist.name != "sun-solaris":
1190
- # Sparc64 and SparcV9 are handled in the same way, just difference precedence.
+ # Sparc64 and SparcV9 are handled in the same way, just different precedence.
1191
# One is the architecture th other the ISA. Restrict to one to limit output.
1192
continue
1193
host_info = struct(
0 commit comments