summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2017-08-09 11:09:28 -0700
committerJan Kotas <jkotas@microsoft.com>2017-08-09 11:09:28 -0700
commit3c0d40ffd18bf5df20f3aef51a01e2a283998682 (patch)
tree98a79404539e3459fa08daaad42517e46976b3ae /src/ToolBox
parentd076cd44b309d6b99fdad34c5156126f045c0933 (diff)
downloadcoreclr-3c0d40ffd18bf5df20f3aef51a01e2a283998682.tar.gz
coreclr-3c0d40ffd18bf5df20f3aef51a01e2a283998682.tar.bz2
coreclr-3c0d40ffd18bf5df20f3aef51a01e2a283998682.zip
typo (#13287)
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/DacTableGen/main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBox/SOS/DacTableGen/main.cs b/src/ToolBox/SOS/DacTableGen/main.cs
index 03d1bfde89..3386a34596 100644
--- a/src/ToolBox/SOS/DacTableGen/main.cs
+++ b/src/ToolBox/SOS/DacTableGen/main.cs
@@ -319,7 +319,7 @@ Required:
// appear to be any mechanism for turning this sub-directory probing off, but all other searching mechanisms
// should be turned off by the DiaLoadCallback. This could also happen if the user specified an incorrect
// (but still existing) filename in a path containing the real PDB. Since DIA loaded it, it must match the DLL,
- // and so should only be an exact copy of the requested PDB (if the requested PDB actuall matches the DLL). So
+ // and so should only be an exact copy of the requested PDB (if the requested PDB actually matches the DLL). So
// go ahead and use it anyway with a warning. To be less confusing, we could update the command-line syntax
// to take a PDB search path instead of a filename, but that inconsistent with the map path, and probably not
// worth changing semantics for. In practice this warning will probably never be hit.