X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58b9c9baddc38500ea0d9738de1e0aeac039b64c..0d90d6ea7a007332aa75779f90b30ed39872e494:/contrib/src/mmedia/sndcpcm.cpp?ds=sidebyside diff --git a/contrib/src/mmedia/sndcpcm.cpp b/contrib/src/mmedia/sndcpcm.cpp index 9f4e56c0f0..c90b5d4e8e 100644 --- a/contrib/src/mmedia/sndcpcm.cpp +++ b/contrib/src/mmedia/sndcpcm.cpp @@ -377,7 +377,7 @@ bool wxSoundStreamPcm::SetSoundFormat(const wxSoundFormatBase& format) if (m_prebuffer) delete[] m_prebuffer; - // We try to minimize the need of dynamic memory allocation by preallocating a buffer. But + // We try to minimize the need for dynamic memory allocation by preallocating a buffer. But // to be sure it will be efficient we minimize the best size. if (m_multiplier_in < m_multiplier_out) { m_prebuffer_size = (wxUint32)(m_sndio->GetBestSize() *