summaryrefslogtreecommitdiffstats
path: root/tester/covoar/GcovData.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-06 15:24:08 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-06 15:24:08 -0500
commitfcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2 (patch)
tree8d6e9b8d9ff0922d7a5ac404b082f150d83ed989 /tester/covoar/GcovData.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/GcovData.h')
-rw-r--r--tester/covoar/GcovData.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/GcovData.h b/tester/covoar/GcovData.h
index 83b8772..3191a45 100644
--- a/tester/covoar/GcovData.h
+++ b/tester/covoar/GcovData.h
@@ -84,7 +84,7 @@ struct gcov_statistics
bool readGcnoFile( const char* const fileName );
/*!
- * This method writes the *.gcda file. It also produces and stores
+ * This method writes the *.gcda file. It also produces and stores
* gcda and txt file names for future outputs.
*
* @return Returns TRUE if the method succeeded and FALSE if it failed.
@@ -150,7 +150,7 @@ struct gcov_statistics
* @param[in] header stores the header
* @param[in] file specifies the name of the file to read
*
- * @return Returns length of words read (word = 32bit)
+ * @return Returns length of words read (word = 32bit)
* or -1 if error ocurred
*/
int readFrameHeader(
@@ -165,7 +165,7 @@ struct gcov_statistics
* @param[in] gcovFile specifies the name of the file to read
* @param[in] desiredMagic stores the expected magic of a file
*
- * @return Returns length of words read (word = 32bit)
+ * @return Returns length of words read (word = 32bit)
* or -1 if error ocurred
*/
int readFilePreamble(