aboutsummaryrefslogtreecommitdiff
path: root/src/sg_sat_read_gplog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_sat_read_gplog.c')
-rw-r--r--src/sg_sat_read_gplog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_sat_read_gplog.c b/src/sg_sat_read_gplog.c
index 5e1bb5ad..7feadeb5 100644
--- a/src/sg_sat_read_gplog.c
+++ b/src/sg_sat_read_gplog.c
@@ -41,7 +41,7 @@
#define SAT_ATA_PASS_THROUGH16 0x85
#define SAT_ATA_PASS_THROUGH16_LEN 16
-#define SAT_ATA_PASS_THROUGH12 0xa1 /* clashes with MMC BLANK comand */
+#define SAT_ATA_PASS_THROUGH12 0xa1 /* clashes with MMC BLANK command */
#define SAT_ATA_PASS_THROUGH12_LEN 12
#define SAT_ATA_RETURN_DESC 9 /* ATA Return (sense) Descriptor */
#define ASCQ_ATA_PT_INFO_AVAILABLE 0x1d
@@ -51,7 +51,7 @@
#define DEF_TIMEOUT 20
-static const char * version_str = "1.15 20171010";
+static const char * version_str = "1.16 20171107";
struct opts_t {
bool ck_cond;