Skip to content

Commit d0026cc

Browse files
committed
Comment fix
1 parent 69e8b8f commit d0026cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__memory/array_cookie.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ struct [[__gnu__::__aligned__(_LIBCPP_ALIGNOF(_Tp))]] __arm_array_cookie {
7878
// In practice, it is sufficient to read the bytes immediately before the first array element.
7979
//
8080
//
81-
// In the ARM ABI [2]
82-
// ------------------
81+
// In the Itanium ABI with ARM differences [2]
82+
// -------------------------------------------
8383
// The array cookie is stored at the very start of the allocation and it has the following form:
8484
//
8585
// struct array_cookie {

0 commit comments

Comments
 (0)