Skip to content

Commit ad80d93

Browse files
authored
typos fixed
1 parent c4afa30 commit ad80d93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pcm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void print_output(PCM * m,
186186
cout << " IPC : instructions per CPU cycle\n";
187187
if (m->isActiveRelativeFrequencyAvailable())
188188
{
189-
cout << " CFREQ : core frequency in Ghz\n";
189+
cout << " CFREQ : core frequency in GHz\n";
190190
}
191191
break;
192192
default:
@@ -1651,4 +1651,4 @@ int mainThrows(int argc, char * argv[])
16511651
exit(EXIT_SUCCESS);
16521652
}
16531653

1654-
#endif // UNIT_TEST
1654+
#endif // UNIT_TEST

0 commit comments

Comments
 (0)