diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-03-15 22:11:00 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-03-15 22:11:00 +0000 |
commit | da12839ce8b5a02ebb1a1050d8ac5d9c2255808b (patch) | |
tree | 20021081600cd178b4380e0d49e2177a14db286a /sys/dev/sound | |
parent | 011df3599c57ec4221a9950da4eea68b8b89d406 (diff) | |
download | FreeBSD-src-da12839ce8b5a02ebb1a1050d8ac5d9c2255808b.zip FreeBSD-src-da12839ce8b5a02ebb1a1050d8ac5d9c2255808b.tar.gz |
Spelling mistake
Diffstat (limited to 'sys/dev/sound')
-rw-r--r-- | sys/dev/sound/pcm/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index 2188068..c95db45 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -80,7 +80,7 @@ transfer. In some cases, the code tries to track the current status of DMA operations by calling dsp_wr_dmaupdate() which changes rp, rl and fl. -The sistem tries to make all DMA transfers use the same size, +The system tries to make all DMA transfers use the same size, play_blocksize or rec_blocksize. The size is either selected by the user, or computed by the system to correspond to about .25s of audio. The blocksize must be within a range which is currently: |