Corrected a grammar mistake.

This commit is contained in:
the_fiddler 2008-07-04 19:27:53 +00:00
parent 8146fdcc5c
commit 436c0c23d8

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;