| Index: ppapi/cpp/file_ref.h
|
| diff --git a/ppapi/cpp/file_ref.h b/ppapi/cpp/file_ref.h
|
| index b7e5e65eca75aaa155d8e262af18de73f0cc535f..8b008acefbd53db5c420db3aa6a253b4b682f305 100644
|
| --- a/ppapi/cpp/file_ref.h
|
| +++ b/ppapi/cpp/file_ref.h
|
| @@ -47,7 +47,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);
|
|
|
|
|