warn-access: Comment spelling fixes
authorJakub Jelinek <jakub@redhat.com>
Tue, 1 Mar 2022 18:43:04 +0000 (19:43 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 1 Mar 2022 18:43:04 +0000 (19:43 +0100)
commit4a1c20df82c9e14478d79fbe1ae9690a36285ac1
tree20d5c1c58cb2832c196d3a89348c542f56c9dbf6
parent469073c1e6816d245fb402303883fee3d0c6a1cc
warn-access: Comment spelling fixes

I've noticed various spelling bugs in comments in this file.

There is one spot I haven't fixed:
"Otherwise, VAR is the auto variable
(including an unnamed temporary such as a compound literal) whose
lifetime's rended it dangling."
I'm afraid I don't know what it wanted to say, "lifetime rendered it"
or something else?

2022-03-01  Jakub Jelinek  <jakub@redhat.com>

* gimple-ssa-warn-access.cc (warn_string_no_nul,
maybe_warn_nonstring_arg, fndecl_alloc_p, new_delete_mismatch_p,
matching_alloc_calls_p, maybe_warn_alloc_args_overflow,
pass_waccess::check_alloca, pass_waccess::check_strcat,
memmodel_to_uhwi, fntype_argno_type,
pass_waccess::maybe_check_access_sizes,
pass_waccess::check_call_access,
pass_waccess::maybe_check_dealloc_call, pass_waccess::check_stmt):
Comment spelling fixes.
gcc/gimple-ssa-warn-access.cc