Skip to content

Commit 3045a25

Browse files
author
David Ungar
committed
Fix wrong comment.
1 parent 77ec1e1 commit 3045a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ computeWorkingDirectory(const llvm::opt::InputArgList *ArgList) {
700700
SmallString<128> workingDirectory;
701701
workingDirectory = A->getValue();
702702
llvm::sys::fs::make_absolute(workingDirectory);
703-
// Create a new string that can outlive ArgList.
703+
// Create a new string that can outlive workingDirectory.
704704
std::string result = workingDirectory.str().str();
705705
return result;
706706
}

0 commit comments

Comments
 (0)