aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2023-10-24 21:07:12 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2023-10-24 21:08:38 +0200
commite6fdea823eb7053f2fc5d752824710213f8e3f54 (patch)
treec97925203b9dca304d30e600093e302d2c01a7ae
parent99a6c1065de2db04d0f56f4b2cc89acecf21b72e (diff)
gcc: fix typo in comment in gcov-io.h
gcc/ChangeLog: * gcov-io.h: Fix record length encoding in comment.
-rw-r--r--gcc/gcov-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h
index bfe4439d02d..e6f33e32652 100644
--- a/gcc/gcov-io.h
+++ b/gcc/gcov-io.h
@@ -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