Skip to content

Commit d762273

Browse files
[NFC] Typos (#763)
1 parent 1bb5d64 commit d762273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/metal.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ function finish_ir!(@nospecialize(job::CompilerJob{MetalCompilerTarget}), mod::L
171171
add_module_metadata!(job, mod)
172172
end
173173

174-
# JuliaLang/Metal.jl#113
174+
# JuliaGPU/Metal.jl#113
175175
hide_noreturn!(mod)
176176

177-
# get rid of unreachable control flow (JuliaLang/Metal.jl#370).
177+
# get rid of unreachable control flow (JuliaGPU/Metal.jl#370).
178178
# note that this currently works in tandem with the `hide_noreturn!` pass above,
179179
# as `replace_unreachable!` doesn't handle functions that _only_ contain `unreachable`.
180180
if job.config.target.macos < v"15"

0 commit comments

Comments
 (0)