diff options
| author | Ryan Schmidt <git@ryandesign.com> | 2018-08-25 21:12:45 -0500 |
|---|---|---|
| committer | Ryan Schmidt <git@ryandesign.com> | 2018-08-25 21:12:45 -0500 |
| commit | 9c3387e5c1eaf9625c8f64135a4eb53c0e4902d3 (patch) | |
| tree | fe7973963507ec515ac2a170a6569ffb9ab7a09c /RtAudio.h | |
| parent | b1dce0571a1e071a1b5f0a3ba8591a5f2243f0d7 (diff) | |
Change "eg." to "e.g."
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
