]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc: fix typo in comment in gcov-io.h
authorJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 24 Oct 2023 19:07:12 +0000 (21:07 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 24 Oct 2023 19:08:38 +0000 (21:08 +0200)
gcc/ChangeLog:

* gcov-io.h: Fix record length encoding in comment.

gcc/gcov-io.h

index bfe4439d02d095105fc72568c12cc618e2bde4ab..e6f33e326520ca482b9138db2677730957bac2ba 100644 (file)
@@ -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