summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
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.