fix typo in comment
This commit is contained in:
parent
f89ddb10aa
commit
0da58e9510
@ -303,7 +303,7 @@ framecnt_t
|
||||
AudioSource::write (Sample *dst, framecnt_t cnt)
|
||||
{
|
||||
Glib::Threads::Mutex::Lock lm (_lock);
|
||||
/* any write makes the fill not removable */
|
||||
/* any write makes the file not removable */
|
||||
_flags = Flag (_flags & ~Removable);
|
||||
return write_unlocked (dst, cnt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user