From 7c1d4c2e77b1516a68a7cf400c8a440c8057ea5f Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 13 Dec 2021 10:29:24 -0500 Subject: [PATCH] [libc++abi][NFC] Fix 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 e60e15a..df3f4a4 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 -- 2.7.4