From 5d3d84b5cd4bd6bfbc27e3e4133842fe65ec9593 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 10 Mar 2020 13:33:07 -0400 Subject: [PATCH] [libc++abi] NFC: Fix typo in comment --- libcxxabi/src/cxa_guard_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxxabi/src/cxa_guard_impl.h b/libcxxabi/src/cxa_guard_impl.h index a8ec0b7..6acb876 100644 --- a/libcxxabi/src/cxa_guard_impl.h +++ b/libcxxabi/src/cxa_guard_impl.h @@ -195,7 +195,7 @@ public: 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; -- 2.7.4