| Index: ppapi/cpp/file_ref.h
|
| diff --git a/ppapi/cpp/file_ref.h b/ppapi/cpp/file_ref.h
|
| index 49a4b98afe5f6429eca9144077a35df068252a00..e1d8a6b266b6d8cd6676c7e6b08baf1f1fb0f72d 100644
|
| --- a/ppapi/cpp/file_ref.h
|
| +++ b/ppapi/cpp/file_ref.h
|
| @@ -46,7 +46,7 @@ class FileRef : public Resource {
|
| /// system. File paths are POSIX style.
|
| ///
|
| /// @param[in] file_system A <code>FileSystem</code> corresponding to a file
|
| - /// system typ.
|
| + /// system type.
|
| /// @param[in] path A path to the file.
|
| FileRef(const FileSystem& file_system, const char* path);
|
|
|
|
|