diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-11-18 17:17:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 17:17:41 +0100 |
| commit | 1a0bc6131491848ee9be2f79586603e0488ad5d6 (patch) | |
| tree | 80ffff9d745a4543d0496b5cd2638841ef63af00 | |
| parent | c602e9aeaab636302d52b17da64e84044462a230 (diff) | |
| parent | bedecf94ce3d90c2164f99410706b70e2b8a441f (diff) | |
| download | rust-1a0bc6131491848ee9be2f79586603e0488ad5d6.tar.gz rust-1a0bc6131491848ee9be2f79586603e0488ad5d6.zip | |
Rollup merge of #133156 - tshepang:patch-5, r=jieyouxu
typo in config.example.toml
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index 9dc71b10f70..d3233ad17b5 100644 --- a/config.example.toml +++ b/config.example.toml @@ -81,7 +81,7 @@ # Indicates whether the LLVM plugin is enabled or not #plugins = false -# Wheter to build Enzyme as AutoDiff backend. +# Whether to build Enzyme as AutoDiff backend. #enzyme = false # Whether to build LLVM with support for it's gpu offload runtime. |
