summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 19:59:15 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 19:59:15 +0000
commitbbd2b61b3a9fb800ac3417bdf201c707f52ec37d (patch)
tree82d59c6987ed3e07d482a8956cae75a4a0293935 /ppapi/cpp
parentf6a62d086ed726cead67d6c09fa04b72fca839b9 (diff)
downloadchromium_src-bbd2b61b3a9fb800ac3417bdf201c707f52ec37d.zip
chromium_src-bbd2b61b3a9fb800ac3417bdf201c707f52ec37d.tar.gz
chromium_src-bbd2b61b3a9fb800ac3417bdf201c707f52ec37d.tar.bz2
Fix typo.
BUG= TEST= Review URL: http://codereview.chromium.org/10105036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp')
-rw-r--r--ppapi/cpp/ppp_entrypoints.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/ppp_entrypoints.cc b/ppapi/cpp/ppp_entrypoints.cc
index 19a2ac9..e9e6457 100644
--- a/ppapi/cpp/ppp_entrypoints.cc
+++ b/ppapi/cpp/ppp_entrypoints.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -23,7 +23,7 @@ pp::Module* Module::Get() {
return g_module_singleton;
}
-void SetBrokerGetIntefaceFunc(PP_GetInterface_Func broker_get_interface) {
+void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface) {
g_broker_get_interface = broker_get_interface;
}