aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/Tool.h')
-rw-r--r--include/clang/Driver/Tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Tool.h b/include/clang/Driver/Tool.h
index 5012cc896683..8f76e17c48ba 100644
--- a/include/clang/Driver/Tool.h
+++ b/include/clang/Driver/Tool.h
@@ -35,7 +35,7 @@ class Tool {
public:
// Documents the level of support for response files in this tool.
// Response files are necessary if the command line gets too large,
- // requiring the arguments to be transfered to a file.
+ // requiring the arguments to be transferred to a file.
enum ResponseFileSupport {
// Provides full support for response files, which means we can transfer
// all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC