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

Peter Jung via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 07:34:29 PDT 2024


https://github.com/ptr1337 created https://github.com/llvm/llvm-project/pull/98640

Typo:

`chwon` --> `chown`

>From efc661e4e00f04cc0b00f52b8c54743cbe63f22b Mon Sep 17 00:00:00 2001
From: Peter Jung <admin at ptr1337.dev>
Date: Fri, 12 Jul 2024 16:32:59 +0200
Subject: [PATCH] [BOLT][docs] Fix typo

Signed-off-by: Peter Jung <admin at ptr1337.dev>
---
 bolt/docs/OptimizingLinux.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the llvm-commits mailing list