[llvm] [BOLT][docs] Fix typo (PR #98640)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 07:35:02 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-bolt
Author: Peter Jung (ptr1337)
<details>
<summary>Changes</summary>
Typo:
`chwon` --> `chown`
---
Full diff: https://github.com/llvm/llvm-project/pull/98640.diff
1 Files Affected:
- (modified) bolt/docs/OptimizingLinux.md (+1-1)
``````````diff
diff --git a/bolt/docs/OptimizingLinux.md b/bolt/docs/OptimizingLinux.md
index 0045f0ead9fd0..c85fecabcccc2 100644
--- a/bolt/docs/OptimizingLinux.md
+++ b/bolt/docs/OptimizingLinux.md
@@ -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
```
``````````
</details>
https://github.com/llvm/llvm-project/pull/98640
More information about the llvm-commits
mailing list