Addressing code review comments.

This commit is contained in:
George Karpenkov
2017-06-14 14:17:09 -07:00
parent 3d5019e61f
commit 479aeca88c
6 changed files with 14 additions and 12 deletions

View File

@@ -1424,7 +1424,7 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
A, Triple, Diags,
/* sanitizerRuntimeLibExists= */[&](const StringRef libName) {
// The driver has checked the existance of the library
// The driver has checked the existence of the library
// already.
return true;
});