diff options
author | Hans Wennborg <hans@hanshq.net> | 2019-02-07 11:13:28 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2019-02-07 11:13:28 +0000 |
commit | 9ff983c5765ee067e92e0fc5fe04214d240fcb7f (patch) | |
tree | 8bfa81d2340ac3d0f5717a5829a68d6bd837625d | |
parent | 75a04e2a77e14de2f42e2b7ddd002cc0a4ac57e5 (diff) | |
download | bcm5719-llvm-9ff983c5765ee067e92e0fc5fe04214d240fcb7f.tar.gz bcm5719-llvm-9ff983c5765ee067e92e0fc5fe04214d240fcb7f.zip |
Typo: s/follwing/following
llvm-svn: 353393
-rw-r--r-- | clang/include/clang/Driver/Options.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 8c938e2fb65..9ebb65c2ef2 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -551,9 +551,9 @@ def cuda_compile_host_device : Flag<["--"], "cuda-compile-host-device">, HelpText<"Compile CUDA code for both host and device (default). Has no " "effect on non-CUDA compilations.">; def cuda_include_ptx_EQ : Joined<["--"], "cuda-include-ptx=">, Flags<[DriverOption]>, - HelpText<"Include PTX for the follwing GPU architecture (e.g. sm_35) or 'all'. May be specified more than once.">; + HelpText<"Include PTX for the following GPU architecture (e.g. sm_35) or 'all'. May be specified more than once.">; def no_cuda_include_ptx_EQ : Joined<["--"], "no-cuda-include-ptx=">, Flags<[DriverOption]>, - HelpText<"Do not include PTX for the follwing GPU architecture (e.g. sm_35) or 'all'. May be specified more than once.">; + HelpText<"Do not include PTX for the following GPU architecture (e.g. sm_35) or 'all'. May be specified more than once.">; def cuda_gpu_arch_EQ : Joined<["--"], "cuda-gpu-arch=">, Flags<[DriverOption]>, HelpText<"CUDA GPU architecture (e.g. sm_35). May be specified more than once.">; def hip_link : Flag<["--"], "hip-link">, |