A few small memory leak fixes from MK
[rtaudio-cdist.git] / RtAudio.h
index 2be313da4fc8b76b2bc423500d9413821b008d8a..d1fbd65253196922db5031913e56f062997d221b 100644 (file)
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -190,9 +190,8 @@ typedef int (*RtAudioCallback)( void *outputBuffer, void *inputBuffer,
     \brief Exception handling class for RtAudio.
 
     The RtAudioError class is quite simple but it does allow errors to be
-    "caught" by RtAudioError::Type. See the RtAudio and RtMidi
-    documentation to know which methods can throw an RtAudioError.
-
+    "caught" by RtAudioError::Type. See the RtAudio documentation to know
+    which methods can throw an RtAudioError.
 */
 /************************************************************************/