mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Very minor grammar improvement.
This commit is contained in:
parent
9a952c889f
commit
4fec7c82ab
@ -52,7 +52,7 @@ class WOZ: public DiskImage {
|
|||||||
the track does not exit.
|
the track does not exit.
|
||||||
*/
|
*/
|
||||||
long file_offset(Track::Address address);
|
long file_offset(Track::Address address);
|
||||||
constexpr static long NoSuchTrack = 0; // This is definitely an offset a track can't lie at.
|
constexpr static long NoSuchTrack = 0; // This is an offset a track definitely can't lie at.
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user