From 3e7d77a95b603b25f9314b5653345b6085720be2 Mon Sep 17 00:00:00 2001 From: github-john-doe Date: Fri, 4 Aug 2017 15:50:47 -0700 Subject: [PATCH] typo (#13229) --- src/debug/di/hash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/di/hash.cpp b/src/debug/di/hash.cpp index 554edaa..54d4216 100644 --- a/src/debug/di/hash.cpp +++ b/src/debug/di/hash.cpp @@ -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. -- 2.7.4