| Index: ppapi/thunk/enter.h
|
| diff --git a/ppapi/thunk/enter.h b/ppapi/thunk/enter.h
|
| index 5d62173c5e3405f725796ac6a733fd4e0bbe1ef6..e2c6938a1da4b8ad98406792e611044f6e52648f 100644
|
| --- a/ppapi/thunk/enter.h
|
| +++ b/ppapi/thunk/enter.h
|
| @@ -94,7 +94,7 @@ class EnterFunction : subtle::LockOnEntry<lock_on_entry> {
|
| DISALLOW_COPY_AND_ASSIGN(EnterFunction);
|
| };
|
|
|
| -// Like EnterResource but assumes the lock is already held.
|
| +// Like EnterFunction but assumes the lock is already held.
|
| template<typename FunctionsT>
|
| class EnterFunctionNoLock : public EnterFunction<FunctionsT, false> {
|
| public:
|
|
|