Merge remote-tracking branch 'upstream/pr/154'
[rtaudio.git] / RtAudio.h
index d6038dbc976ad23d2e10fe1bae1d64be08f3df5f..25c2076b30f4b9aa3c7d116f01e44e641b3f06a6 100644 (file)
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -303,7 +303,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.