summaryrefslogtreecommitdiff
path: root/chromium/media/audio/audio_thread_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/audio/audio_thread_impl.cc')
-rw-r--r--chromium/media/audio/audio_thread_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/media/audio/audio_thread_impl.cc b/chromium/media/audio/audio_thread_impl.cc
index 957cd092617..db3d4e84b7b 100644
--- a/chromium/media/audio/audio_thread_impl.cc
+++ b/chromium/media/audio/audio_thread_impl.cc
@@ -55,7 +55,7 @@ void AudioThreadImpl::Stop() {
// Note that on MACOSX, we can still have tasks posted on the |task_runner_|,
// since it is the main thread task runner and we do not stop the main thread.
- // But this is fine becuase none of those tasks will actually run.
+ // But this is fine because none of those tasks will actually run.
thread_.Stop();
}