| Index: chrome/common/extensions/api/file_system_provider.idl
|
| diff --git a/chrome/common/extensions/api/file_system_provider.idl b/chrome/common/extensions/api/file_system_provider.idl
|
| index d8f8619e43081ffd62315fe21824c6b133b2bdaa..5ca491161001b80fed59f47eebfa32e293c152c0 100644
|
| --- a/chrome/common/extensions/api/file_system_provider.idl
|
| +++ b/chrome/common/extensions/api/file_system_provider.idl
|
| @@ -102,7 +102,7 @@ namespace fileSystemProvider {
|
| ProviderSuccessCallback successCallback,
|
| ProviderErrorCallback errorCallback);
|
|
|
| - // Raised, when metadata of a file or a directory at <code>entryPath</code>
|
| + // Raised when metadata of a file or a directory at <code>entryPath</code>
|
| // is requested. The metadata should be returned with the <code>
|
| // successCallback</code> call. In case of an error, <code>errorCallback
|
| // </code> must be called.
|
|
|