about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-11-18 17:17:41 +0100
committerGitHub <noreply@github.com>2024-11-18 17:17:41 +0100
commit1a0bc6131491848ee9be2f79586603e0488ad5d6 (patch)
tree80ffff9d745a4543d0496b5cd2638841ef63af00
parentc602e9aeaab636302d52b17da64e84044462a230 (diff)
parentbedecf94ce3d90c2164f99410706b70e2b8a441f (diff)
downloadrust-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.toml2
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.