Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by:  Henry Cox <[email protected]>
  • Loading branch information
henry2cox committed Jan 23, 2025
1 parent 90b1068 commit 0da5d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/genhtml.1
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ table entry to the first line in the corresponding file in the particular
category - e.g., to the first 'MIS' line (vanilla coverage report - see the
.i \-\-show\-navigation
option, below), to
the first 'UNC' branch (differential coverage repot), etc.
the first 'UNC' branch (differential coverage report), etc.
Hyperlinks from the summary table at the top of the 'source detail' page are not affected.

.RE
Expand Down
2 changes: 1 addition & 1 deletion tests/lcov/extract/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ if [ 0 != $? ] ; then
fi
# workaround: depending on compiler verision, we see a coverpoint on the
# workaround: depending on compiler version, we see a coverpoint on the
# close brace line (gcc/6 for example) or we don't (gcc/10 for example)
BRACE_LINE='^DA:34'
MARKER_LINES=`grep -v $BRACE_LINE internal.info | grep -c "^DA:"`
Expand Down

0 comments on commit 0da5d2f

Please sign in to comment.