gcc: fix typo in comment in gcov-io.h
gcc/ChangeLog: * gcov-io.h: Fix record length encoding in comment.
This commit is contained in:
parent
99a6c1065d
commit
e6fdea823e
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||
Records are not nested, but there is a record hierarchy. Tag
|
||||
numbers reflect this hierarchy. Tags are unique across note and
|
||||
data files. Some record types have a varying amount of data. The
|
||||
LENGTH is the number of 4bytes that follow and is usually used to
|
||||
LENGTH is the number of bytes that follow and is usually used to
|
||||
determine how much data. The tag value is split into 4 8-bit
|
||||
fields, one for each of four possible levels. The most significant
|
||||
is allocated first. Unused levels are zero. Active levels are
|
||||
|
|
Loading…
Add table
Reference in a new issue