| Index: sdk/lib/io/path.dart
|
| diff --git a/sdk/lib/io/path.dart b/sdk/lib/io/path.dart
|
| index 5f20e8a60a6865e5e700a79a9b04fe5c4a04d9c6..702e42e4fdf55d6f86dd38f308c0aa6cef41f2b9 100644
|
| --- a/sdk/lib/io/path.dart
|
| +++ b/sdk/lib/io/path.dart
|
| @@ -12,7 +12,7 @@ part of dart.io;
|
| *
|
| * Joining of paths and path normalization handle '.' and '..' in the usual way.
|
| *
|
| - * *Path is deprecated. Use package pathos. Path will be removed the 11th of
|
| + * *Path is deprecated. Use package path. Path will be removed the 11th of
|
| * August 2013.*
|
| */
|
| @deprecated
|
|
|