diff options
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/c/ppb_audio.h | 4 | ||||
-rw-r--r-- | ppapi/c/ppb_audio_config.h | 4 | ||||
-rw-r--r-- | ppapi/c/ppb_instance.h | 4 |
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 |