Hi! This fixes a comment typo in asan.h.
Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk as obvious. 2026-07-14 Jakub Jelinek <[email protected]> * asan.h (asan_var_and_redzone_size): Fix comment typo, occupis -> occupies. --- gcc/asan.h.jj 2026-05-30 17:45:09.339110356 +0200 +++ gcc/asan.h 2026-07-13 13:45:51.141336445 +0200 @@ -158,7 +158,7 @@ asan_red_zone_size (unsigned int size) return c ? 2 * ASAN_RED_ZONE_SIZE - c : ASAN_RED_ZONE_SIZE; } -/* Return how much a stack variable occupis on a stack +/* Return how much a stack variable occupies on a stack including a space for red zone. */ inline unsigned HOST_WIDE_INT Jakub
