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

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

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments 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
« no previous file with comments | « pkg/ffi/lib/ffi.dart ('k') | pkg/flash_sd_card/lib/flash_sd_card.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/file/lib/file.dart
diff --git a/pkg/file/lib/file.dart b/pkg/file/lib/file.dart
index 5c132acbdb6906253745b78281937e942a8ebef6..b9013358943b5d4f1f148b4d126916a9ae06f8f4 100644
--- a/pkg/file/lib/file.dart
+++ b/pkg/file/lib/file.dart
@@ -77,9 +77,9 @@ class File {
/**
* Return the file descriptor value for this file.
*
- * This is especially useful in conjunction with `dart:fletch.ffi`. However it
- * should be used with care, as the `File` object assumes full control over the
- * file descriptor.
+ * This is especially useful in conjunction with `dart:dartino.ffi`. However
+ * it should be used with care, as the `File` object assumes full control
+ * over the file descriptor.
*/
int get fd => _fd;
« no previous file with comments | « pkg/ffi/lib/ffi.dart ('k') | pkg/flash_sd_card/lib/flash_sd_card.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698