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

Unified Diff: pkg/file/lib/file.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 11 months 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
Index: pkg/file/lib/file.dart
diff --git a/pkg/file/lib/file.dart b/pkg/file/lib/file.dart
index 5c132acbdb6906253745b78281937e942a8ebef6..c694b728272e2fcd9b6974a91e78038a9defec69 100644
--- a/pkg/file/lib/file.dart
+++ b/pkg/file/lib/file.dart
@@ -77,7 +77,7 @@ class File {
/**
* Return the file descriptor value for this file.
*
- * This is especially useful in conjunction with `dart:fletch.ffi`. However it
+ * This is especially useful in conjunction with `dart:dartino.ffi`. However it
Søren Gjesse 2016/02/03 12:06:54 Long line.
ricow1 2016/02/03 12:29:18 Done.
* should be used with care, as the `File` object assumes full control over the
Søren Gjesse 2016/02/03 12:06:54 Ditto.
ricow1 2016/02/03 12:29:18 Done.
* file descriptor.
*/

Powered by Google App Engine
This is Rietveld 408576698