[clang] [clang] Fix a typo in clangs README (PR #114410)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 07:49:20 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Philipp Rados (PhilippRados)

<details>
<summary>Changes</summary>

changed "disucss" to "discuss"

---
Full diff: https://github.com/llvm/llvm-project/pull/114410.diff


1 Files Affected:

- (modified) clang/README.md (+1-1) 


``````````diff
diff --git a/clang/README.md b/clang/README.md
index b98182d8a3f684..a5e2c9f12e6ac5 100644
--- a/clang/README.md
+++ b/clang/README.md
@@ -16,7 +16,7 @@ If you're interested in more (including how to build Clang) it is best to read t
 
 * Information on the LLVM project:    http://llvm.org/
 
-* If you have questions or comments about Clang, a great place to disucss them is on the Clang forums:    
+* If you have questions or comments about Clang, a great place to discuss them is on the Clang forums:    
   
   [Clang Frontend - LLVM Discussion Forums](https://discourse.llvm.org/c/clang/)
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/114410


More information about the cfe-commits mailing list