Commit a325ca05 authored by williangaspar's avatar williangaspar

M capitalised

parent 9196c222
......@@ -996,7 +996,7 @@ std::string BPFtrace::lhist_index_label(int number)
if (number % mega == 0)
{
label << number / mega << 'm';
label << number / mega << 'M';
}
else if (number % kilo == 0)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment