[Lldb-commits] [lldb] 62385b8 - [lldb][docs] Correct spelling in debugging doc

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed May 7 03:07:10 PDT 2025


Author: David Spickett
Date: 2025-05-07T10:07:02Z
New Revision: 62385b848757f2dc35070eadb2ccd921508497dc

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

LOG: [lldb][docs] Correct spelling in debugging doc

Added: 
    

Modified: 
    lldb/docs/resources/debugging.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/debugging.rst b/lldb/docs/resources/debugging.rst
index 990a95f54e07f..ba23759b44cf5 100644
--- a/lldb/docs/resources/debugging.rst
+++ b/lldb/docs/resources/debugging.rst
@@ -236,7 +236,7 @@ in. For example, to find a process that acted as a ``gdbserver`` instance::
 Remote Debugging
 ----------------
 
-If you want to debug part of LLDB running on a remote machine, the principals
+If you want to debug part of LLDB running on a remote machine, the principles
 are the same but we will have to start debug servers, then attach debuggers to
 those servers.
 


        


More information about the lldb-commits mailing list