Skip to content

Commit fc2baa2

Browse files
committed
Correct typo in comment
1 parent dafa993 commit fc2baa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rootfs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ function choose_shards(p::AbstractPlatform;
639639
)
640640

641641
# We _always_ need Rootfs and PlatformSupport for our target, at least
642-
# We don't have old platform support for riscv64. Remove this once all platfor support is aligned in time.
642+
# We don't have old platform support for riscv64. Remove this once all platform support is aligned in time.
643643
ps_build_new = arch(p) == "riscv64" ? max(ps_build, v"2024.12.21") : ps_build
644644
append!(shards, [
645645
find_shard("Rootfs", rootfs_build, archive_type),

0 commit comments

Comments
 (0)