diff --git a/cpp/devices/tape.cpp b/cpp/devices/tape.cpp index 8f016182..24555077 100644 --- a/cpp/devices/tape.cpp +++ b/cpp/devices/tape.cpp @@ -283,7 +283,7 @@ void Tape::SetUpModePages(map> &pages, int page, bool changeab AddDeviceConfigurationPage(pages, changeable); } - // Page 17 (medium partition page) + // Page 17 (medium partition page 1) if (page == 0x11 || page == 0x3f) { AddMediumPartitionPage(pages, changeable); }