From da8563733be2e9f0fed802274a37b602917ac936 Mon Sep 17 00:00:00 2001 From: Thomas Harte <thomas.harte@gmail.com> Date: Mon, 16 Nov 2020 19:53:17 -0500 Subject: [PATCH] Adds an informal guarantee. --- Storage/Disk/Encodings/AppleGCR/Encoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Disk/Encodings/AppleGCR/Encoder.hpp b/Storage/Disk/Encodings/AppleGCR/Encoder.hpp index 3f6cdd149..1dffc0bb0 100644 --- a/Storage/Disk/Encodings/AppleGCR/Encoder.hpp +++ b/Storage/Disk/Encodings/AppleGCR/Encoder.hpp @@ -50,7 +50,7 @@ struct SectorSpan { /*! @returns the span of sectors included on track @c track using the Macintosh's - ordinary CLV variable-speed mechanish. + ordinary CLV variable-speed mechanish. Guaranteed to be 12 or fewer. */ SectorSpan sectors_in_track(int track);