Fixed comment

pull/288/head
csharptest 14 years ago committed by rogerk
parent ed701ad2a5
commit 84f7e09f02
  1. 2
      src/ProtocolBuffers/CodedInputStream.cs

@ -425,7 +425,7 @@ namespace Google.ProtocolBuffers
}
else
{
// Slow path: Build a byte array first then copy it.
// Slow path: Build a byte array and attach it to a new ByteString.
value = ByteString.AttachBytes(ReadRawBytes(size));
return true;
}

Loading…
Cancel
Save