diff options
Diffstat (limited to 'mt.c')
-rw-r--r-- | mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = { | |||
35 | {"ras3", MTRAS3}, | 35 | {"ras3", MTRAS3}, |
36 | {"reset", MTRESET}, | 36 | {"reset", MTRESET}, |
37 | {"retension", MTRETEN}, | 37 | {"retension", MTRETEN}, |
38 | {"rew", MTREW}, | 38 | {"rewind", MTREW}, |
39 | {"seek", MTSEEK}, | 39 | {"seek", MTSEEK}, |
40 | {"setblk", MTSETBLK}, | 40 | {"setblk", MTSETBLK}, |
41 | {"setdensity", MTSETDENSITY}, | 41 | {"setdensity", MTSETDENSITY}, |