[Lldb-commits] [lldb] 87f937e - [lldb][Docs] Fix typo in style docs

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 20 01:04:52 PDT 2023


Author: David Spickett
Date: 2023-09-20T08:04:23Z
New Revision: 87f937e9d68ae3ceea93982420f06bf90623aeba

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

LOG: [lldb][Docs] Fix typo in style docs

Added: 
    

Modified: 
    lldb/docs/resources/contributing.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/contributing.rst b/lldb/docs/resources/contributing.rst
index 5ac4afb82a0747a..d3d467533c9eac8 100644
--- a/lldb/docs/resources/contributing.rst
+++ b/lldb/docs/resources/contributing.rst
@@ -33,7 +33,7 @@ in a few ways. The 2 main ones are:
 
   * Functions and methods are ``UpperCamelCase``.
 
-  * Static, global and member variables have ``s_``, ``g_`` and ``_m``
+  * Static, global and member variables have ``s_``, ``g_`` and ``m_``
     prefixes respectively.
 
 * `Use of asserts <https://llvm.org/docs/CodingStandards.html#assert-liberally>`_:


        


More information about the lldb-commits mailing list