Corrected minor comment

This commit is contained in:
NicoHood 2016-01-17 12:15:27 +01:00
parent d46f6da34d
commit c16855cef6

View file

@ -203,7 +203,7 @@ class TunesSD(Record):
])
def construct(self):
# The header is a fixed length, so no need to precalculate it
# The header is a fixed length, so no need to calculate it
self.track_header.base_offset = 64
track_header = self.track_header.construct()