Kaynağa Gözat

Fixed comment

csharptest 14 yıl önce
ebeveyn
işleme
84f7e09f02
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/ProtocolBuffers/CodedInputStream.cs

+ 1 - 1
src/ProtocolBuffers/CodedInputStream.cs

@@ -425,7 +425,7 @@ namespace Google.ProtocolBuffers
             }
             }
             else
             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));
                 value = ByteString.AttachBytes(ReadRawBytes(size));
                 return true;
                 return true;
             }
             }