diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2018-10-29 17:45:43 +0100 |
---|---|---|
committer | Stephen Toub <stoub@microsoft.com> | 2018-10-29 12:45:43 -0400 |
commit | b1c22db881b1936ed37a798804c81ce7abc23b8e (patch) | |
tree | a1d5c93c062fa96f6ef58901c30cb045535d822e /Documentation/project-docs | |
parent | f61c6080439ebab6c1ca2afcc7f486cc97703840 (diff) | |
download | coreclr-b1c22db881b1936ed37a798804c81ce7abc23b8e.tar.gz coreclr-b1c22db881b1936ed37a798804c81ce7abc23b8e.tar.bz2 coreclr-b1c22db881b1936ed37a798804c81ce7abc23b8e.zip |
Fix typo in linux-performance-tracing (#20667)
precomppiled -> precompiled
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r-- | Documentation/project-docs/linux-performance-tracing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md index 671ac697ea..2f97fb3b54 100644 --- a/Documentation/project-docs/linux-performance-tracing.md +++ b/Documentation/project-docs/linux-performance-tracing.md @@ -125,7 +125,7 @@ VERSION is 2.1.0 the commands to update crossgen would be Once you have done this, perfcollect will use crossgen to include framework symbols. The warning that perfcollect used to issue should go away. This only has to be one once per machine (until you update your runtime). -### Alternative: Turn off use of precomppiled code +### Alternative: Turn off use of precompiled code If you don't have the abiltiy to update the .NET Rutnime (to add crossgen), or if the above procedure did not work for some reasion, there is another approach to getting framework symbols. You can tell the runtime to simply |