Commit d2be6387 authored by Michael Yang's avatar Michael Yang
Browse files

fix typo

parent d7af35d3
...@@ -76,7 +76,7 @@ func getDynLibs(gpuInfo gpu.GpuInfo) []string { ...@@ -76,7 +76,7 @@ func getDynLibs(gpuInfo gpu.GpuInfo) []string {
} }
} }
// Finaly, if we didn't find any matches, LCD CPU FTW // Finally, if we didn't find any matches, LCD CPU FTW
if len(dynLibs) == 0 { if len(dynLibs) == 0 {
dynLibs = []string{availableDynLibs["cpu"]} dynLibs = []string{availableDynLibs["cpu"]}
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment