Landing: 1d10857be3c8
Project / Subsystem
gcc / gcc/asan
Date
2026-07-14
Author
Jakub Jelinek
Commit
1d10857be3c80810788d1941092c30144a106096
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/asan
- patch_id
- —
- commit_hash
- 1d10857be3c80810788d1941092c30144a106096
- source_type
- github
- headline
- Fix comment typo in ASan header
- tldr
- Corrects a minor typographical error in an AddressSanitizer (ASan) header comment.
- author
- Jakub Jelinek
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • asan
- • debugging
- • typo
- • gcc
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-14T00:00:00.000Z
This commit addresses a small typo in the ASan header file asan.h. The word ‘occupis’ was corrected to ‘occupies’ in a comment related to asan_var_and_redzone_size. This is a cosmetic fix that improves the clarity of the code comments.