summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 6eaf8fed1..6a4ef9c45 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -734,7 +734,7 @@ buggy_lseek_support (int fdesc)
on some special files but doesn't return an error, either.
In particular, the Linux tape drivers are a problem.
For example, when I did the following using dd-4.0y or earlier on a
- Linux-2.2.17 system with a Exabyte SCSI tape drive:
+ Linux-2.2.17 system with an Exabyte SCSI tape drive:
dev=/dev/nst0
reset='mt -f $dev rewind; mt -f $dev fsf 1'