]> granicus.if.org Git - clang/commitdiff
[NFC] Correct a typo'ed comment and reworded, since it is awkward.
authorErich Keane <erich.keane@intel.com>
Wed, 7 Feb 2018 00:19:58 +0000 (00:19 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 7 Feb 2018 00:19:58 +0000 (00:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324430 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index a5aed299e399249825e5048158427f10628565a1..9ae5a60fa69fab1447cd81b72d0c93475bc81ffc 100644 (file)
@@ -133,7 +133,7 @@ void Driver::ParseDriverMode(StringRef ProgramName,
   setDriverModeFromOption(ClangNameParts.DriverMode);
 
   for (const char *ArgPtr : Args) {
-    // Ingore nullptrs, they are response file's EOL markers
+    // Ignore nullptrs, they are the response file's EOL markers.
     if (ArgPtr == nullptr)
       continue;
     const StringRef Arg = ArgPtr;