Corrected a grammar mistake.

This commit is contained in:
the_fiddler 2008-07-04 19:27:53 +00:00
parent 23c4dac622
commit b477ad58de

View file

@ -12,7 +12,7 @@ using System.Text;
namespace OpenTK.Audio
{
/// <summary>Encapsulates a pointer to decoded sound buffer.</summary>
/// <summary>Encapsulates a pointer to a decoded sound buffer.</summary>
public class SoundData
{
byte[] buffer;