commit | 3614a92abbadac0e10b8c82dbf121014e8147dbc | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Thu Feb 25 12:40:42 2021 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Fri Feb 26 14:59:31 2021 +0000 |
tree | 9b932bb80c5fd7c43acbdf78513a37dad92135df | |
parent | a496f85b033f22eb06b18f403fd1cb39f20d7e8b [diff] [blame] |
Fix transitions for image_download and activation Change-Id: I713ada52eef9d275c7d7596026e178c7382e8335
diff --git a/vendor/google.golang.org/grpc/internal/binarylog/sink.go b/vendor/google.golang.org/grpc/internal/binarylog/sink.go index 20d044f..a2e7c34 100644 --- a/vendor/google.golang.org/grpc/internal/binarylog/sink.go +++ b/vendor/google.golang.org/grpc/internal/binarylog/sink.go
@@ -63,7 +63,7 @@ // newWriterSink creates a binary log sink with the given writer. // -// Write() marshalls the proto message and writes it to the given writer. Each +// Write() marshals the proto message and writes it to the given writer. Each // message is prefixed with a 4 byte big endian unsigned integer as the length. // // No buffer is done, Close() doesn't try to close the writer.