1
0
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:
Thomas Harte 2020-07-16 21:43:03 -04:00
parent 9a952c889f
commit 4fec7c82ab

View File

@ -52,7 +52,7 @@ class WOZ: public DiskImage {
the track does not exit.
*/
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.
};
}