aboutsummaryrefslogtreecommitdiff
path: root/src/sg_read_long.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_read_long.c')
-rw-r--r--src/sg_read_long.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sg_read_long.c b/src/sg_read_long.c
index 620c1bae..111c5b3c 100644
--- a/src/sg_read_long.c
+++ b/src/sg_read_long.c
@@ -8,7 +8,7 @@
This program issues the SCSI command READ LONG to a given SCSI device.
It sends the command with the logical block address passed as the lba
argument, and the transfer length set to the xfer_len argument. the
- buffer to be writen to the device filled with 0xff, this buffer includes
+ buffer to be written to the device filled with 0xff, this buffer includes
the sector data and the ECC bytes.
*/