aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-15 21:15:41 +0100
committerJon Skeet <skeet@pobox.com>2008-08-15 21:15:41 +0100
commit984eb9c27a34c7c55fb26b5550627b776122b9f8 (patch)
tree83c0c5f988dd7bb12bf866c4ddcd515557949841 /csharp
parent3fa72c55560f867cef8911c03eb92741d19f129a (diff)
downloadprotobuf-984eb9c27a34c7c55fb26b5550627b776122b9f8.tar.gz
protobuf-984eb9c27a34c7c55fb26b5550627b776122b9f8.tar.bz2
protobuf-984eb9c27a34c7c55fb26b5550627b776122b9f8.zip
Just comments.
Diffstat (limited to 'csharp')
-rw-r--r--csharp/ProtocolBuffers/AbstractBuilder.cs2
1 files changed, 1 insertions, 1 deletions
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<FieldDescriptor, object> entry in other.AllFields) {
FieldDescriptor field = entry.Key;