typo (#13229)
authorgithub-john-doe <github.john.doe@outlook.com>
Fri, 4 Aug 2017 22:50:47 +0000 (15:50 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 4 Aug 2017 22:50:47 +0000 (15:50 -0700)
src/debug/di/hash.cpp

index 554edaa..54d4216 100644 (file)
@@ -609,7 +609,7 @@ HRESULT CordbHashTableEnum::QueryInterface(REFIID id, void **pInterface)
 void CordbHashTableEnum::AssertValid()
 {
     // @todo - Our behavior is undefined when enumerating a collection that changes underneath us.
-    // We'd love to just call this situatation illegal, but clients could very reasonably taken a depedency
+    // We'd love to just call this situation illegal, but clients could have very reasonably taken a dependency
     // on it. Various APIs (eg, ICDStepper::Deactivate) may remove items from the hash.
     // So we need to figure out what the behavior is here, spec it, and then enforce that and enable the
     // strongest asserts possible there.