Correct some comment spelling errors. Skipping review.

Review URL: http://webrtc-codereview.appspot.com/144002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@594 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-09-13 18:04:30 +00:00
parent 7a585a7903
commit b524f441d0
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ class AudioDeviceModule : public RefCountedModule {
// 1. StartPlayout() must be called before StartRecording().
// 2. StopRecording() should be called before StopPlayout().
// The reverse order may cause garbage audio to be rendered or the
// capture side to halt util StopRecording() is called.
// capture side to halt until StopRecording() is called.
virtual int32_t EnableBuiltInAEC(bool enable) { return -1; }
virtual bool BuiltInAECIsEnabled() const { return false; }

View File

@ -120,7 +120,7 @@ public:
// 1. VoEBase::StartPlayout() must be called before VoEBase::StartSend().
// 2. VoEBase::StopSend() should be called before VoEBase::StopPlayout().
// The reverse order may cause garbage audio to be rendered or the
// capture side to halt util StopSend() is called.
// capture side to halt until StopSend() is called.
//
// As a consequence, SetPlayoutDevice() should be used with caution
// during a call. It will function, but may cause the above issues for