mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
fix typo.
This commit is contained in:
parent
6d530e40a5
commit
aff0036662
@ -34,7 +34,7 @@ sub processFile {
|
||||
refRem => $10,
|
||||
refMean => $11,
|
||||
refStdDev => $12,
|
||||
bloat => $3 * 5 # size * objTotal
|
||||
bloat => $3 * $5 # size * objTotal
|
||||
};
|
||||
} else {
|
||||
# print "failed to parse: $_\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user