diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs b/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs index e64f486eccd54b874dde26aef957a3b47e63d641..d98698cc435e4e838e9e34e932dad17e7549d62f 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.CompilationTracker.State.cs @@ -53,8 +53,8 @@ private class State /// /// Weak table of the assembly and module symbols that this compilation tracker has created. This can /// be used to determine which project an assembly symbol came from after the fact. This is needed as - /// the compilation an assembly came from can GC'ed and further requests to get that compilation (or any - /// of it's assemblies) may produce new assembly symbols. + /// the compilation an assembly came from can be GC'ed and further requests to get that compilation (or + /// any of it's assemblies) may produce new assembly symbols. /// /// /// Ideally this would just be ConditionalWeakSet<ISymbol>. Effectively we just want to