Skip to content

Commit cffa46e

Browse files
committed
Correct inline comment format
1 parent 9a5b27d commit cffa46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/Program.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args,
3939
assert(Redirects.empty() || Redirects.size() == 3);
4040
ProcessInfo PI;
4141
if (Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg,
42-
AffinityMask, /*DetachProcess*/ false)) {
42+
AffinityMask, /*DetachProcess=*/false)) {
4343
if (ExecutionFailed)
4444
*ExecutionFailed = false;
4545
ProcessInfo Result = Wait(

0 commit comments

Comments
 (0)