Skip to content

Commit 9fe5a59

Browse files
atheurerportante
authored andcommitted
mpstat-postprocess: fix spelling
1 parent 88cfc73 commit 9fe5a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/tool-scripts/postprocess/mpstat-postprocess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sub cpu_is_online {
8181
# This may not exist depending on what version of pbench
8282
# was used to get the data.
8383
while (my $line = <FH>) {
84-
# Take the opporunity to read all the CPUs and populate
84+
# Take the opportunity to read all the CPUs and populate
8585
# our hash
8686
if ($line =~ /^(\d+):\s*([0-1])$/) {
8787
$online_cpus{$1} = $2;

0 commit comments

Comments
 (0)