perf tools: Save column length in perf_hpp_fmt
[deliverable/linux.git] / tools / perf / ui / browsers / hists.c
index 02507ba944e32fcda6cf5982e7639fe0d11f0c6c..c1d8d3925fe1c7770a267639bdf0a154568d19f6 100644 (file)
@@ -849,7 +849,7 @@ static int hists__scnprintf_headers(char *buf, size_t size, struct hists *hists)
                if (perf_hpp__should_skip(fmt))
                        continue;
 
-               /* We need to add the length of the columns header. */
+               /* We need to ensure length of the columns header. */
                perf_hpp__reset_width(fmt, hists);
 
                ret = fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists));
This page took 0.029135 seconds and 5 git commands to generate.