From 984eb9c27a34c7c55fb26b5550627b776122b9f8 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 15 Aug 2008 21:15:41 +0100 Subject: Just comments. --- csharp/ProtocolBuffers/AbstractBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp') diff --git a/csharp/ProtocolBuffers/AbstractBuilder.cs b/csharp/ProtocolBuffers/AbstractBuilder.cs index a83afa6e..11a82974 100644 --- a/csharp/ProtocolBuffers/AbstractBuilder.cs +++ b/csharp/ProtocolBuffers/AbstractBuilder.cs @@ -121,7 +121,7 @@ namespace Google.ProtocolBuffers { // them to insure that they don't change after verification (since // the Message interface itself cannot enforce immutability of // implementations). - // TODO(jonskeet): Provide a function somewhere called makeDeepCopy() + // TODO(jonskeet): Provide a function somewhere called MakeDeepCopy() // which allows people to make secure deep copies of messages. foreach (KeyValuePair entry in other.AllFields) { FieldDescriptor field = entry.Key; -- cgit v1.2.3