[Lldb-commits] [lldb] r192307 - Add missing space between words in comment

Ed Maste emaste at freebsd.org
Wed Oct 9 11:03:24 PDT 2013


Author: emaste
Date: Wed Oct  9 13:03:24 2013
New Revision: 192307

URL: http://llvm.org/viewvc/llvm-project?rev=192307&view=rev
Log:
Add missing space between words in comment

Modified:
    lldb/trunk/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86_64.h

Modified: lldb/trunk/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86_64.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86_64.h?rev=192307&r1=192306&r2=192307&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86_64.h (original)
+++ lldb/trunk/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86_64.h Wed Oct  9 13:03:24 2013
@@ -297,7 +297,7 @@ protected:
         uint32_t gpr_flags;
     };
 
-    uint64_t m_gpr_x86_64[k_num_gpr_registers_x86_64];    // 64-bitgeneral purpose registers.
+    uint64_t m_gpr_x86_64[k_num_gpr_registers_x86_64];         // 64-bit general purpose registers.
     RegInfo  m_reg_info;
     FPRType  m_fpr_type;                                       // determines the type of data stored by union FPR, if any.
     FPR      m_fpr;                                            // floating-point registers including extended register sets.





More information about the lldb-commits mailing list