summaryrefslogtreecommitdiff
path: root/src/md/hotdata
diff options
context:
space:
mode:
authorOfer Zelig <oferze@users.noreply.github.com>2017-03-26 02:31:45 +1100
committerJan Kotas <jkotas@microsoft.com>2017-03-25 08:31:45 -0700
commitab849639db83ee65e51838ef147cee8d21b813c7 (patch)
tree7813facc03de4034449cff1226007fe26e1ed24e /src/md/hotdata
parentd4a6cf7bc9d1b5ccbf671f1c8fae1b4f83027cbd (diff)
downloadcoreclr-ab849639db83ee65e51838ef147cee8d21b813c7.tar.gz
coreclr-ab849639db83ee65e51838ef147cee8d21b813c7.tar.bz2
coreclr-ab849639db83ee65e51838ef147cee8d21b813c7.zip
Typo correction (#10482)
Diffstat (limited to 'src/md/hotdata')
-rw-r--r--src/md/hotdata/hotdataformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md/hotdata/hotdataformat.h b/src/md/hotdata/hotdataformat.h
index 0823010611..3431d18deb 100644
--- a/src/md/hotdata/hotdataformat.h
+++ b/src/md/hotdata/hotdataformat.h
@@ -35,7 +35,7 @@ namespace MetaData
// #HotMetaData
// To help with startup time, we create a section of metadata that is only that meta-data that was touched
// durring IBC profiling. Given an offset into a pool this checks if we have any hot data associated with
-// it. If we do we return a poitner to it, otherwse we return NULL.
+// it. If we do we return a pointer to it, otherwse we return NULL.
#include <pshpack1.h>