everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
3b576fc688
commit
f483b1bc4c
757 changed files with 1284 additions and 1284 deletions
|
@ -75,7 +75,7 @@ struct gcov_ctr_info {
|
|||
struct gcov_fn_info {
|
||||
const struct gcov_info *key; /* comdat key */
|
||||
unsigned int ident; /* unique ident of function */
|
||||
unsigned int lineno_checksum; /* function lineo_checksum */
|
||||
unsigned int lineno_checksum; /* function lineno_checksum */
|
||||
unsigned int cfg_checksum; /* function cfg checksum */
|
||||
struct gcov_ctr_info ctrs[0]; /* instrumented counters */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue