summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 21:23:06 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 21:23:06 +0000
commitf9e4243031c3d77b7ea04f1998863097007f6a55 (patch)
tree0d45c3178be58d7d06413ae4fcca61945e744801 /ppapi
parent54afa74de949f9a379258341256036ccb6d92fb6 (diff)
downloadchromium_src-f9e4243031c3d77b7ea04f1998863097007f6a55.zip
chromium_src-f9e4243031c3d77b7ea04f1998863097007f6a55.tar.gz
chromium_src-f9e4243031c3d77b7ea04f1998863097007f6a55.tar.bz2
Review URL: http://codereview.chromium.org/6883277
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/c/ppb_audio.h4
-rw-r--r--ppapi/c/ppb_audio_config.h4
-rw-r--r--ppapi/c/ppb_instance.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/ppapi/c/ppb_audio.h b/ppapi/c/ppb_audio.h
index 757c5fb..fdc882b 100644
--- a/ppapi/c/ppb_audio.h
+++ b/ppapi/c/ppb_audio.h
@@ -18,8 +18,8 @@
* @file
* This file defines the PPB_Audio interface, which provides realtime stereo
* audio streaming capabilities. Please refer to the
- * <a href="/chrome/nativeclient/docs/audio.html">Pepper Audio API Code
- * Walkthrough</a> for information on using this interface.
+ * <a href="http://code.google.com/chrome/nativeclient/docs/audio.html">Pepper
+ * Audio API Code Walkthrough</a> for information on using this interface.
*/
/**
diff --git a/ppapi/c/ppb_audio_config.h b/ppapi/c/ppb_audio_config.h
index 4291e27..a49c8cb 100644
--- a/ppapi/c/ppb_audio_config.h
+++ b/ppapi/c/ppb_audio_config.h
@@ -18,8 +18,8 @@
* @file
* This file defines the PPB_AudioConfig interface for establishing an
* audio configuration resource within the browser. Refer to the
- * <a href="/chrome/nativeclient/docs/audio.html">Pepper Audio API Code
- * Walkthrough</a> for information on using this interface.
+ * <a href="http://code.google.com/chrome/nativeclient/docs/audio.html">Pepper
+ * Audio API Code Walkthrough</a> for information on using this interface.
*/
/**
diff --git a/ppapi/c/ppb_instance.h b/ppapi/c/ppb_instance.h
index 1a99ff3..e63eff4 100644
--- a/ppapi/c/ppb_instance.h
+++ b/ppapi/c/ppb_instance.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010 The Chromium Authors. All rights reserved.
+/* Copyright (c) 2011 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.
*/
@@ -67,7 +67,7 @@ struct PPB_Instance {
* contents of the new device to the screen.
*
* @param[in] instance A PP_Instance indentifying one instance of a module.
- * @param[in] device A PP_Resourse representing the graphics device.
+ * @param[in] device A PP_Resource representing the graphics device.
* @return PP_Bool containing PP_TRUE if bind was successful or PP_FALSE if
* the device was not the correct type. On success, a reference to the
* device will be held by the plugin instance, so the caller can release