DummyBackend: fix midi event mux+sorting
[ardour.git] / libs / ardour / audiosource.cc
index d0b6205cb211d14c97bde11dcbceaa8e1b7c9a2a..c08cea962b284d2d0265326015a8f6d36834afd2 100644 (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);
 }