diff --git a/cue2pops.c b/cue2pops.c index c2518ac..192ca0e 100644 --- a/cue2pops.c +++ b/cue2pops.c @@ -237,7 +237,7 @@ int GetBinSize(char *bin_name) int GetLeadOut(unsigned char *hbuf) { - /* MSF is calculated from the dump size so DO NOT APPLY gap++/gap-- ADJUSTMENTS IN THIS FUNCTION ! */ + /* MSF is calculated from the .bin size so DO NOT APPLY gap++/gap-- ADJUSTMENTS IN THIS FUNCTION ! */ // Formatted Lead-Out MM:SS:FF char LeadOut[7];