[BOLT][docs] Fix typo (#98640)

Typo:

`chwon` --> `chown`

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung
2024-08-09 03:05:41 +02:00
committed by GitHub
parent 9788368c37
commit c1912b4dd7

View File

@@ -37,7 +37,7 @@ Convert `perf` profile into a format suitable for BOLT passing the `vmlinux` bin
```bash
$ sudo chwon $USER perf.data
$ sudo chown $USER perf.data
$ perf2bolt -p perf.data -o perf.fdata vmlinux
```