[Lldb-commits] [lldb] [lldb] Fix a typo in documentation (PR #146115)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 27 09:54:09 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Kazu Hirata (kazutakahirata)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) lldb/docs/resources/contributing.rst (+1-1) 


``````````diff
diff --git a/lldb/docs/resources/contributing.rst b/lldb/docs/resources/contributing.rst
index e7d46c9061d53..7e84df41c3fbd 100644
--- a/lldb/docs/resources/contributing.rst
+++ b/lldb/docs/resources/contributing.rst
@@ -104,7 +104,7 @@ making sense for the particular pair of plugins). Unfortunately, due to historic
 reasons, not all plugin dependencies follow this rule, which is why we have
 another category called `LLDB_TOLERATED_PLUGIN_DEPENDENCIES`. New dependencies
 are forbidden (even though they are accepted by CMake) and existing ones should
-be removed whereever possible.
+be removed wherever possible.
 
 .. _Error handling:
 

``````````

</details>


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


More information about the lldb-commits mailing list