[PATCH] Fix typo in gcc/asan.c comment
gcc/ * asan.c: Fix typos in comments.
This commit is contained in:
parent
8bf983c71e
commit
9c2f08475a
@ -105,7 +105,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
int
|
||||
foo ()
|
||||
{
|
||||
char a[23] = {0};
|
||||
char a[24] = {0};
|
||||
int b[2] = {0};
|
||||
|
||||
a[5] = 1;
|
||||
@ -1634,7 +1634,7 @@ asan_redzone_buffer::flush_if_full (void)
|
||||
int
|
||||
foo ()
|
||||
{
|
||||
char a[23] = {0};
|
||||
char a[24] = {0};
|
||||
int b[2] = {0};
|
||||
|
||||
a[5] = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user