diff options
Diffstat (limited to 'sys/dev/sound/pcm/vchan.c')
-rw-r--r-- | sys/dev/sound/pcm/vchan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index 484dbf3..4a70a82 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -312,7 +312,7 @@ gotch: if (last) parent->flags &= ~CHN_F_BUSY; - /* remove us from our grantparent's channel list */ + /* remove us from our grandparent's channel list */ err = pcm_chn_remove(d, c, !last); if (err) return err; |