| Index: runtime/bin/output_stream.dart
|
| diff --git a/runtime/bin/output_stream.dart b/runtime/bin/output_stream.dart
|
| index cee3b5061e2854b050cde17ccc91f89e2e674cac..28ce5ca998c11cf81823cb451aa19839a2b61730 100644
|
| --- a/runtime/bin/output_stream.dart
|
| +++ b/runtime/bin/output_stream.dart
|
| @@ -18,7 +18,7 @@
|
| interface OutputStream {
|
| /**
|
| * Writes the content of [buffer] to the stream. If [copyBuffer] is
|
| - * true ownership of the specified buffer is passed to the system
|
| + * false ownership of the specified buffer is passed to the system
|
| * and the caller should not change it afterwards. The default value
|
| * for [copyBuffer] is true.
|
| *
|
|
|