Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Oct 21, 2024
1 parent 851f7e1 commit 7fccb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/tape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void Tape::SetUpModePages(map<int, vector<byte>> &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);
}
Expand Down

0 comments on commit 7fccb4c

Please sign in to comment.