summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-30 11:52:39 -0700
committerGlenn Kasten <gkasten@google.com>2013-07-30 12:01:03 -0700
commit34af02647b387a252fb02bab8e2cb9f7bd9c8abb (patch)
tree2e2e6f24d984884746c91704fb054e00e38e5ff0 /services/audioflinger/AudioFlinger.cpp
parent39a60318dcd78b2cb406d2c7dba57cbe9c99c3e7 (diff)
downloadframeworks_av-34af02647b387a252fb02bab8e2cb9f7bd9c8abb.zip
frameworks_av-34af02647b387a252fb02bab8e2cb9f7bd9c8abb.tar.gz
frameworks_av-34af02647b387a252fb02bab8e2cb9f7bd9c8abb.tar.bz2
Add resampler comments and fix a typo
Change-Id: Ie071673875f663de4212eed4a4dff89d51a5a915
Diffstat (limited to 'services/audioflinger/AudioFlinger.cpp')
-rw-r--r--services/audioflinger/AudioFlinger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp
index 99e077c..711b62f 100644
--- a/services/audioflinger/AudioFlinger.cpp
+++ b/services/audioflinger/AudioFlinger.cpp
@@ -1714,7 +1714,7 @@ audio_io_handle_t AudioFlinger::openInput(audio_module_handle_t module,
AudioStreamIn *input = new AudioStreamIn(inHwDev, inStream);
// Start record thread
- // RecorThread require both input and output device indication to forward to audio
+ // RecordThread requires both input and output device indication to forward to audio
// pre processing modules
thread = new RecordThread(this,
input,