Commit 84f7e09f authored by csharptest's avatar csharptest Committed by rogerk

Fixed comment

parent ed701ad2
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment