diff options
Diffstat (limited to 'clang/lib/Driver/ToolChains.h')
| -rw-r--r-- | clang/lib/Driver/ToolChains.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h index 61c559c1584..371b9bfe97e 100644 --- a/clang/lib/Driver/ToolChains.h +++ b/clang/lib/Driver/ToolChains.h @@ -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; } |

