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 eaa8ca0 commit 480f1e2Copy full SHA for 480f1e2
swift/tools/tracing-config.lua
@@ -12,7 +12,7 @@ function RegisterExtractorPack(id)
12
return nil
13
end
14
15
- -- removes upsupported CLI arg including the following how_many args
+ -- removes unsupported CLI arg including the following how_many args
16
function strip_unsupported_arg(args, arg, how_many)
17
local index = indexOf(args, arg)
18
if index then
0 commit comments