[Lldb-commits] [lldb] 9f5061d - [lldb] Fix a typo in documentation (#146115)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 27 14:26:35 PDT 2025
Author: Kazu Hirata
Date: 2025-06-27T14:26:32-07:00
New Revision: 9f5061d4f00456d882db9eb606f4a82b2c40e7a8
URL: https://github.com/llvm/llvm-project/commit/9f5061d4f00456d882db9eb606f4a82b2c40e7a8
DIFF: https://github.com/llvm/llvm-project/commit/9f5061d4f00456d882db9eb606f4a82b2c40e7a8.diff
LOG: [lldb] Fix a typo in documentation (#146115)
Added:
Modified:
lldb/docs/resources/contributing.rst
Removed:
################################################################################
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:
More information about the lldb-commits
mailing list