fix typo in sos_md.h
authorChristoph Neumüller <c.neumueller@gmail.com>
Fri, 24 Feb 2017 14:52:11 +0000 (15:52 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2017 14:52:11 +0000 (15:52 +0100)
Commit migrated from https://github.com/dotnet/coreclr/commit/fb21c38e5a050f191dbdad64be70fab79d4e141c

src/coreclr/src/ToolBox/SOS/Strike/sos_md.h

index f1a34cd..b589109 100644 (file)
@@ -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.