summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
diff options
context:
space:
mode:
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;
}