summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorChristoph Neumüller <c.neumueller@gmail.com>2017-02-24 15:52:11 +0100
committerGitHub <noreply@github.com>2017-02-24 15:52:11 +0100
commitfb21c38e5a050f191dbdad64be70fab79d4e141c (patch)
tree400751d1385af46faceb35ec4f9324796c1c64d1 /src/ToolBox
parent3392356945aabd5a3ebac5317ff4a0e0361dc9ad (diff)
downloadcoreclr-fb21c38e5a050f191dbdad64be70fab79d4e141c.tar.gz
coreclr-fb21c38e5a050f191dbdad64be70fab79d4e141c.tar.bz2
coreclr-fb21c38e5a050f191dbdad64be70fab79d4e141c.zip
fix typo in sos_md.h
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/Strike/sos_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBox/SOS/Strike/sos_md.h b/src/ToolBox/SOS/Strike/sos_md.h
index f1a34cd706..b589109986 100644
--- a/src/ToolBox/SOS/Strike/sos_md.h
+++ b/src/ToolBox/SOS/Strike/sos_md.h
@@ -33,7 +33,7 @@ class CQuickBytes;
* Always keep the definitions below in sync with the originals.
* NOTES:
* Since SOS runs in a native debugger session, since it does not use EnC,
- * and in roder to minimize the amount of duplication we changed the
+ * and in order to minimize the amount of duplication we changed the
* method definitions that deal with UTSemReadWrite* arguments to take
* void* arguments instead.
* Also, some of the interface methods take CQuickBytes as arguments.