From a95374a15a5f85987702552229e6b9858d4ea28b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Apr 2009 23:39:23 +0200 Subject: update comments a bit --- atasmart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atasmart.h b/atasmart.h index 747ef01..c0baec5 100644 --- a/atasmart.h +++ b/atasmart.h @@ -173,7 +173,7 @@ typedef enum SkSmartOverall { SK_SMART_OVERALL_GOOD, SK_SMART_OVERALL_BAD_STATUS, /* Smart Self Assessment negative */ SK_SMART_OVERALL_BAD_SECTOR, /* At least one bad sector */ - SK_SMART_OVERALL_BAD_ATTRIBUTE, /* At least one attribute exceeded its threshold */ + SK_SMART_OVERALL_BAD_ATTRIBUTE, /* At least one pre-fail attribute exceeded its threshold in the past or now */ _SK_SMART_OVERALL_MAX /* This enum may be extended at any time without this being -- cgit