From 70ad32c5986aa425d51f0c782de384c8a4f8c654 Mon Sep 17 00:00:00 2001 From: Brian Gesiak Date: Sat, 18 Nov 2017 12:25:34 -0500 Subject: [PATCH] [Driver] Fix typo: half sentence and period --- tools/driver/driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp index 9a6e701d83ca4..9a0197e9f594b 100644 --- a/tools/driver/driver.cpp +++ b/tools/driver/driver.cpp @@ -130,7 +130,7 @@ int main(int argc_, const char **argv_) { llvm::sys::path::parent_path(getExecutablePath(argv[0]))); llvm::sys::path::append(SubcommandPath, SubcommandName); - // If we didn't find the tool there, search for it.let the OS search for it. + // If we didn't find the tool there, let the OS search for it. if (!llvm::sys::fs::exists(SubcommandPath)) { // Search for the program and use the path if found. If there was an // error, ignore it and just let the exec fail.