From 7fccb4c8ea9e41390daf9e702dab968c9e5205b5 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Mon, 21 Oct 2024 09:59:56 +0200 Subject: [PATCH] Update comment --- cpp/devices/tape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }