From 39ce59a88e5cc6ec3726a58a02c433b505962ec5 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Tue, 11 Apr 2017 10:32:19 -0700 Subject: [PATCH] David +Math = Smart --- src/Compilers/Core/Portable/Serialization/ObjectBinder.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Compilers/Core/Portable/Serialization/ObjectBinder.cs b/src/Compilers/Core/Portable/Serialization/ObjectBinder.cs index 045b6915d0c..398d912d6bc 100644 --- a/src/Compilers/Core/Portable/Serialization/ObjectBinder.cs +++ b/src/Compilers/Core/Portable/Serialization/ObjectBinder.cs @@ -20,9 +20,9 @@ internal static class ObjectBinder private static object s_gate = new object(); /// - /// A monotonically increasing counter we have that gets changed every time a new deserialization - /// function is registered with us. We use this to determine if we can still use our pooled - /// snapshots that we hand out. + /// An increasing counter we have that gets changed every time a new deserialization function + /// is registered with us. We use this to determine if we can still use our pooled snapshots + /// that we hand out. /// private static int s_version; -- GitLab