소스 검색

Fixed comment

csharptest 14 년 전
부모
커밋
84f7e09f02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
             }
             }