mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Very minor grammar improvement.
This commit is contained in:
@@ -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.
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user