From ea48939b5bc7879d57102774a1e1411256a85b38 Mon Sep 17 00:00:00 2001 From: Abdulgafar Yusuf Date: Tue, 24 Sep 2024 13:40:19 +0300 Subject: [PATCH] corected some typos and word spellings --- man/geninfo.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/geninfo.1 b/man/geninfo.1 index bd3d2688..050e4838 100644 --- a/man/geninfo.1 +++ b/man/geninfo.1 @@ -999,7 +999,7 @@ option is supplied, then .RS #comment_string .RE -will appeaare at the top of the tracefile. There is no space before or after the +will appear at the top of the tracefile. There is no space before or after the .I # character. @@ -1063,14 +1063,14 @@ FNF: FNH: .RE -Branch coverage information is stored which one line per branch: +Branch coverage information is stored one line per branch: .RS BRDA:,[],, .RE .I -is the line number where the branch is found - and is expected to to be a non-zero integer. +is the line number where the branch is found - and is expected to be a non-zero integer. .br .I and @@ -1086,9 +1086,9 @@ is a string which serves to uniquely identify a particular edge. For some langu .I is an ordered integer index related to expression tree traversal order of the associated conditional. For others, it may be a meaningful string - see below. .I -appears in the 'tooltip' popup of the asognciated branch in the +appears in the 'tooltip' popup of the associated branch in the .B genhtml -output - so human-readable values are helpful to users who are trying to understand coveage results. +output - so human-readable values are helpful to users who are trying to understand coverage results. .br .I is either '-' if the corresponding expression was never evaluated (e.g., the basic block containing the branch was never executed) or