Skip to content

[BOLT][docs] Fix typo #98640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2024
Merged

[BOLT][docs] Fix typo #98640

merged 1 commit into from
Aug 9, 2024

Conversation

ptr1337
Copy link
Contributor

@ptr1337 ptr1337 commented Jul 12, 2024

Typo:

chwon --> chown

Signed-off-by: Peter Jung <admin@ptr1337.dev>
@llvmbot
Copy link
Member

llvmbot commented Jul 12, 2024

@llvm/pr-subscribers-bolt

Author: Peter Jung (ptr1337)

Changes

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 --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
 ```
 

@maksfb maksfb merged commit c1912b4 into llvm:main Aug 9, 2024
8 checks passed
@ptr1337 ptr1337 deleted the bolt-typo branch August 9, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants