Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: runtime/bin/output_stream.dart

Issue 8498005: Fix build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/socket_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*
« no previous file with comments | « no previous file | runtime/bin/socket_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698