From e43d3d3e8b46f41a625fabb8fc0fcb6bf51e379d Mon Sep 17 00:00:00 2001 From: colaholic Date: Mon, 15 Oct 2018 01:25:04 +0900 Subject: [PATCH] Fix a typo in profile.md (#29627) (cherry picked from commit 806d7c2511f890a1e5427a008c95352123c975aa) --- doc/src/manual/profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/profile.md b/doc/src/manual/profile.md index e3403cd449131..a4e26ff97c989 100644 --- a/doc/src/manual/profile.md +++ b/doc/src/manual/profile.md @@ -341,5 +341,5 @@ There are many more interesting things that you can measure about your program, please read the [Linux perf examples page](http://www.brendangregg.com/perf.html). Remember that perf saves for each execution a `perf.data` file that, even for small programs, can get -quite large. Also the perf LLVM module saves temporarly debug objects in `~/.debug/jit`, remember +quite large. Also the perf LLVM module saves temporarily debug objects in `~/.debug/jit`, remember to clean that folder frequently.