| Index: ppapi/cpp/file_io.h
|
| diff --git a/ppapi/cpp/file_io.h b/ppapi/cpp/file_io.h
|
| index 9bbb5f753c2dd9390666f30bb1a0381cc8a7c617..99d8ce74d90c04f7ee6b88580909b990c3db54b3 100644
|
| --- a/ppapi/cpp/file_io.h
|
| +++ b/ppapi/cpp/file_io.h
|
| @@ -35,7 +35,7 @@ class FileIO : public Resource {
|
|
|
| /// The copy constructor for <code>FileIO</code>.
|
| ///
|
| - /// @param[in] other A pointer to a <code>FileIO</code>.
|
| + /// @param[in] other A reference to a <code>FileIO</code>.
|
| FileIO(const FileIO& other);
|
|
|
| /// Open() opens the specified regular file for I/O according to the given
|
|
|