| 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;
|
|
|
|
|