Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(824)

Unified Diff: media/audio/mac/audio_low_latency_input_mac.h

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/crw_browsing_data_store_unittest.mm ('k') | media/capture/video/mac/platform_video_capturing_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/mac/audio_low_latency_input_mac.h
diff --git a/media/audio/mac/audio_low_latency_input_mac.h b/media/audio/mac/audio_low_latency_input_mac.h
index 84422fa8da17a08232a64570b05fdf1d1031aacc..982b27bb514e5dc56474a0c341a807f7ddc94b05 100644
--- a/media/audio/mac/audio_low_latency_input_mac.h
+++ b/media/audio/mac/audio_low_latency_input_mac.h
@@ -164,7 +164,7 @@ class AUAudioInputStream : public AgcAudioStream<AudioInputStream> {
// array as soon as a frame of the desired buffer size has been recorded.
scoped_ptr<uint8[]> audio_data_buffer_;
- // True after successfull Start(), false after successful Stop().
+ // True after successful Start(), false after successful Stop().
bool started_;
// Fixed capture hardware latency in frames.
« no previous file with comments | « ios/web/crw_browsing_data_store_unittest.mm ('k') | media/capture/video/mac/platform_video_capturing_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698