summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/dev/audio_config_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/dev/audio_config_dev.h')
-rw-r--r--ppapi/cpp/dev/audio_config_dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/dev/audio_config_dev.h b/ppapi/cpp/dev/audio_config_dev.h
index 6b0f1f2..64079f0 100644
--- a/ppapi/cpp/dev/audio_config_dev.h
+++ b/ppapi/cpp/dev/audio_config_dev.h
@@ -33,7 +33,7 @@ class AudioConfig_Dev : public Resource {
// Creates an audio config based on the given sample rate and frame count.
// If the rate and frame count aren't supported, the resulting resource
// will be is_null(). Pass the result of RecommendSampleFrameCount as the
- // semple frame count.
+ // sample frame count.
//
// See PPB_AudioConfigDev.CreateStereo16Bit for more.
AudioConfig_Dev(Instance* instance,