Change "eg." to "e.g."
[rtaudio-cdist.git] / RtAudio.h
index 34a2534859fab7dcd85d4434d472209a09d1bbe4..c60fbbb89ba718d6fc51cf23559ca1576fa9e988 100644 (file)
--- 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.