Fix comment typo

This commit is contained in:
Alexandre Almeida
2015-09-27 18:45:52 -03:00
parent e801384eed
commit d66bd0a63c

View File

@@ -111,7 +111,7 @@ void AudioPort::doProcessing()
const fpp_t fpp = Engine::mixer()->framesPerPeriod();
// get a buffer por processing and clear it
// get a buffer for processing and clear it
m_portBuffer = BufferManager::acquire();
BufferManager::clear( m_portBuffer, fpp );