typo + indentation [NFC]
authorEtienne Bergeron <etienneb@google.com>
Tue, 30 Aug 2016 18:38:25 +0000 (18:38 +0000)
committerEtienne Bergeron <etienneb@google.com>
Tue, 30 Aug 2016 18:38:25 +0000 (18:38 +0000)
llvm-svn: 280127

clang/lib/Driver/MSVCToolChain.cpp
clang/lib/Driver/ToolChains.h

index f6d6544..4167ac3 100644 (file)
@@ -115,7 +115,7 @@ static bool readFullStringValue(HKEY hkey, const char *valueName,
     std::wstring WideValue(reinterpret_cast<const wchar_t *>(buffer.data()),
                            valueSize / sizeof(wchar_t));
     if (valueSize && WideValue.back() == L'\0') {
-        WideValue.pop_back();
+      WideValue.pop_back();
     }
     // The destination buffer must be empty as an invariant of the conversion
     // function; but this function is sometimes called in a loop that passes in
index 61c559c..371b9bf 100644 (file)
@@ -190,7 +190,7 @@ protected:
     /// \brief Print information about the detected CUDA installation.
     void print(raw_ostream &OS) const;
 
-    /// \brief Get the deteced Cuda install's version.
+    /// \brief Get the detected Cuda install's version.
     CudaVersion version() const { return Version; }
     /// \brief Get the detected Cuda installation path.
     StringRef getInstallPath() const { return InstallPath; }