[libcxx-commits] [libcxxabi] 5d3d84b - [libc++abi] NFC: Fix typo in comment

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 10 10:33:57 PDT 2020


Author: Louis Dionne
Date: 2020-03-10T13:33:51-04:00
New Revision: 5d3d84b5cd4bd6bfbc27e3e4133842fe65ec9593

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

LOG: [libc++abi] NFC: Fix typo in 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 a8ec0b72feea..6acb8762fd78 100644
--- a/libcxxabi/src/cxa_guard_impl.h
+++ b/libcxxabi/src/cxa_guard_impl.h
@@ -195,7 +195,7 @@ struct GuardObject {
 public:
   /// base_address - the address of the original guard object.
   void* const base_address;
-  /// The address of the guord byte at offset 0.
+  /// The address of the guard byte at offset 0.
   uint8_t* const guard_byte_address;
   /// The address of the byte used by the implementation during initialization.
   uint8_t* const init_byte_address;


        


More information about the libcxx-commits mailing list