summaryrefslogtreecommitdiff
path: root/RtAudio.h
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.h
parentb1dce0571a1e071a1b5f0a3ba8591a5f2243f0d7 (diff)
Change "eg." to "e.g."
Diffstat (limited to 'RtAudio.h')
-rw-r--r--RtAudio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RtAudio.h b/RtAudio.h
index 34a2534..c60fbbb 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -298,7 +298,7 @@ class RTAUDIO_DLL_PUBLIC RtAudio
bool isDefaultOutput; /*!< true if this is the default output device. */
bool isDefaultInput; /*!< true if this is the default input device. */
std::vector<unsigned int> sampleRates; /*!< Supported sample rates (queried from list of standard rates). */
- unsigned int preferredSampleRate; /*!< Preferred sample rate, eg. for WASAPI the system sample rate. */
+ unsigned int preferredSampleRate; /*!< Preferred sample rate, e.g. for WASAPI the system sample rate. */
RtAudioFormat nativeFormats; /*!< Bit mask of supported data formats. */
// Default constructor.