From e6fdea823eb7053f2fc5d752824710213f8e3f54 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Tue, 24 Oct 2023 21:07:12 +0200 Subject: gcc: fix typo in comment in gcov-io.h gcc/ChangeLog: * gcov-io.h: Fix record length encoding in comment. --- gcc/gcov-io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index bfe4439..e6f33e3 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 -- cgit v1.1