Change "eg." to "e.g."

This commit is contained in:
Ryan Schmidt
2018-08-25 20:44:44 -05:00
parent 6acefc08a8
commit 4a27274c0f
4 changed files with 4 additions and 4 deletions

View File

@@ -3161,7 +3161,7 @@ bool RtApiAsio :: probeDeviceOpen( unsigned int device, StreamMode mode, unsigne
result = ASIOCreateBuffers( handle->bufferInfos, nChannels, stream_.bufferSize, &asioCallbacks );
if ( result != ASE_OK ) {
// Standard method failed. This can happen with strict/misbehaving drivers that return valid buffer size ranges
// but only accept the preferred buffer size as parameter for ASIOCreateBuffers. eg. Creatives ASIO driver
// but only accept the preferred buffer size as parameter for ASIOCreateBuffers. e.g. Creatives ASIO driver
// in that case, let's be naïve and try that instead
*bufferSize = preferSize;
stream_.bufferSize = *bufferSize;