diff options
author | thakis <thakis@chromium.org> | 2015-04-28 15:47:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-28 22:47:51 +0000 |
commit | 3c651d073670eb361039813aa94951afc39cd560 (patch) | |
tree | 7dae2fb6b69dd9db712a8b0be0f8be491fb6cccb /ppapi/tests | |
parent | 712427d9fc981a3778912386b7237116f89fa12b (diff) | |
download | chromium_src-3c651d073670eb361039813aa94951afc39cd560.zip chromium_src-3c651d073670eb361039813aa94951afc39cd560.tar.gz chromium_src-3c651d073670eb361039813aa94951afc39cd560.tar.bz2 |
Fix a few spelling errors in comments.
BUG=none
TBR=brettw
Review URL: https://codereview.chromium.org/1114623003
Cr-Commit-Position: refs/heads/master@{#327383}
Diffstat (limited to 'ppapi/tests')
-rw-r--r-- | ppapi/tests/test_instance_deprecated.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_instance_deprecated.cc b/ppapi/tests/test_instance_deprecated.cc index e4235b8..0aef5ab 100644 --- a/ppapi/tests/test_instance_deprecated.cc +++ b/ppapi/tests/test_instance_deprecated.cc @@ -74,7 +74,7 @@ bool TestInstance::Init() { TestInstance::~TestInstance() { ResetTestObject(); if (testing_interface_->IsOutOfProcess() == PP_FALSE) { - // This should cause the instance object's descructor to be called. + // This should cause the instance object's destructor to be called. testing_interface_->RunV8GC(instance_->pp_instance()); // Test a post-condition which ensures the instance objects destructor is |