diff options
author | Wolfgang Ziegler <wziegler@live.at> | 2017-10-12 19:11:38 +0200 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2017-10-12 10:11:38 -0700 |
commit | 13cd8d52b431be4cc35aac76ec7a922f1a62adc2 (patch) | |
tree | 11857d0eab73da71d1e34bdb8dd1570b2c86745a /Documentation | |
parent | 585bf85a024cf2620bead5954169b1866d332e9e (diff) | |
download | coreclr-13cd8d52b431be4cc35aac76ec7a922f1a62adc2.tar.gz coreclr-13cd8d52b431be4cc35aac76ec7a922f1a62adc2.tar.bz2 coreclr-13cd8d52b431be4cc35aac76ec7a922f1a62adc2.zip |
Fixed formatting typo (#14452)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/botr/profiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/botr/profiling.md b/Documentation/botr/profiling.md index 1ff3c3d8f4..0d6cc0305f 100644 --- a/Documentation/botr/profiling.md +++ b/Documentation/botr/profiling.md @@ -216,7 +216,7 @@ In addition, the following callbacks may or may not allow the Profiler to block. - JITCompilationStarted, JITCompilationFinished -Note that if the Profiler _does _block, it will delay garbage collection. This is harmless, as long as the Profiler code itself does not attempt to allocate space in the managed heap, which could induce deadlock. +Note that if the Profiler _does_ block, it will delay garbage collection. This is harmless, as long as the Profiler code itself does not attempt to allocate space in the managed heap, which could induce deadlock. Using COM --------- |