Skip to content

Commit c1912b4

Browse files
authored
[BOLT][docs] Fix typo (llvm#98640)
Typo: `chwon` --> `chown` Signed-off-by: Peter Jung <admin@ptr1337.dev>
1 parent 9788368 commit c1912b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/docs/OptimizingLinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Convert `perf` profile into a format suitable for BOLT passing the `vmlinux` bin
3737

3838

3939
```bash
40-
$ sudo chwon $USER perf.data
40+
$ sudo chown $USER perf.data
4141
$ perf2bolt -p perf.data -o perf.fdata vmlinux
4242
```
4343

0 commit comments

Comments
 (0)