13
0

fix typo in comment

This commit is contained in:
Paul Davis 2014-04-04 15:16:35 -04:00
parent f89ddb10aa
commit 0da58e9510

View File

@ -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);
}