[libcxx-commits] [libcxxabi] 7c1d4c2 - [libc++abi][NFC] Fix comment
    Louis Dionne via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Mon Dec 13 07:29:34 PST 2021
    
    
  
Author: Louis Dionne
Date: 2021-12-13T10:29:29-05:00
New Revision: 7c1d4c2e77b1516a68a7cf400c8a440c8057ea5f
URL: https://github.com/llvm/llvm-project/commit/7c1d4c2e77b1516a68a7cf400c8a440c8057ea5f
DIFF: https://github.com/llvm/llvm-project/commit/7c1d4c2e77b1516a68a7cf400c8a440c8057ea5f.diff
LOG: [libc++abi][NFC] Fix comment
Added: 
    
Modified: 
    libcxxabi/src/cxa_guard_impl.h
Removed: 
    
################################################################################
diff  --git a/libcxxabi/src/cxa_guard_impl.h b/libcxxabi/src/cxa_guard_impl.h
index e60e15a50fa10..df3f4a48bb48d 100644
--- a/libcxxabi/src/cxa_guard_impl.h
+++ b/libcxxabi/src/cxa_guard_impl.h
@@ -25,7 +25,7 @@
  *  Guard Object Layout:
  * -------------------------------------------------------------------------
  * |a: guard byte | a+1: init byte | a+2 : unused ... | a+4: thread-id ... |
- * ------------------------------------------------------------------------
+ * -------------------------------------------------------------------------
  *
  *  Access Protocol:
  *    For each implementation the guard byte is checked and set before accessing
        
    
    
More information about the libcxx-commits
mailing list