summaryrefslogtreecommitdiffstats
path: root/kdat/TapeDrive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/TapeDrive.cpp')
-rw-r--r--kdat/TapeDrive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/TapeDrive.cpp b/kdat/TapeDrive.cpp
index c52c75a..82913e2 100644
--- a/kdat/TapeDrive.cpp
+++ b/kdat/TapeDrive.cpp
@@ -635,7 +635,7 @@ bool TapeDrive::setBlockSize( int blockSize )
return ret >= 0;
#else
- // some systems (e.g. HP-UX) encode block size into device file names
+ // some systems encode block size into device file names
// so setting the block size by software does not make sense
return true;
#endif