[Lldb-commits] [lldb] e03a06b - Fix typos in docs. NFC

Diana Picus via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 14 03:23:17 PST 2019


Author: Diana Picus
Date: 2019-11-14T12:11:57+01:00
New Revision: e03a06b348ba49d774aa948f97bce3fac638a797

URL: https://github.com/llvm/llvm-project/commit/e03a06b348ba49d774aa948f97bce3fac638a797
DIFF: https://github.com/llvm/llvm-project/commit/e03a06b348ba49d774aa948f97bce3fac638a797.diff

LOG: Fix typos in docs. NFC

Added: 
    

Modified: 
    lldb/docs/resources/contributing.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/contributing.rst b/lldb/docs/resources/contributing.rst
index 4305cdcaaf44..81171ec8524b 100644
--- a/lldb/docs/resources/contributing.rst
+++ b/lldb/docs/resources/contributing.rst
@@ -24,7 +24,7 @@ Policy in the following respects.
    folder on disk for examples.
 
  - **Coding Style**: LLDB's code style 
diff ers from LLVM's coding style.
-   Unfortunately there is no document describing the 
diff erent. Please be
+   Unfortunately there is no document describing the 
diff erences. Please be
    consistent with the existing code.
 
 For anything not explicitly listed here, assume that LLDB follows the LLVM
@@ -61,7 +61,7 @@ rules of thumb:
   what allows us to refactor and evolve the LLDB code base.
 
 * Logging. LLDB provides a very rich logging API. When recoverable
-  errors cannot reasonably by surfaced to the end user, the error may
+  errors cannot reasonably be surfaced to the end user, the error may
   be written to a topical log channel.
 
 * Soft assertions.  LLDB provides `lldb_assert()` as a soft


        


More information about the lldb-commits mailing list