tools/perf: Fix misspellings in comments.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Adam Buchbinder
2016-02-24 10:02:25 -08:00
committed by Jiri Kosina
parent 014b38ec69
commit bd1a0be515
5 changed files with 5 additions and 5 deletions

View File

@@ -1649,7 +1649,7 @@ static void parse_events_print_error(struct parse_events_error *err,
buf = _buf;
/* We're cutting from the beggining. */
/* We're cutting from the beginning. */
if (err->idx > max_err_idx)
cut = err->idx - max_err_idx;