| Index: ppapi/cpp/instance.h
|
| diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h
|
| index fff23cb24c02b2e8eabe08fda048a7e0459f175c..d2e5ec3da5d8342070e8336fcf1006cbf3b4628c 100644
|
| --- a/ppapi/cpp/instance.h
|
| +++ b/ppapi/cpp/instance.h
|
| @@ -85,7 +85,7 @@ class Instance {
|
| /// match the indices of the corresponding names in <code>argn</code>.
|
| ///
|
| /// @return true on success. Returning false causes the instance to be
|
| - /// instance to be deleted and no other functions to be called.
|
| + /// deleted and no other functions to be called.
|
| virtual bool Init(uint32_t argc, const char* argn[], const char* argv[]);
|
|
|
| /// @{
|
|
|