summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2018-08-25 21:12:45 -0500
committerRyan Schmidt <git@ryandesign.com>2018-08-25 21:12:45 -0500
commit9c3387e5c1eaf9625c8f64135a4eb53c0e4902d3 (patch)
treefe7973963507ec515ac2a170a6569ffb9ab7a09c /RtAudio.cpp
parentb1dce0571a1e071a1b5f0a3ba8591a5f2243f0d7 (diff)
Change "eg." to "e.g."
Diffstat (limited to 'RtAudio.cpp')
-rw-r--r--RtAudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp
index 59f5b0d..6d82ac1 100644
--- a/RtAudio.cpp
+++ b/RtAudio.cpp
@@ -3165,7 +3165,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;