summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-15 23:39:23 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-15 23:39:23 +0200
commita95374a15a5f85987702552229e6b9858d4ea28b (patch)
tree96b84f84aad1c0a770c9dd52e064c22cead95de4
parent79f31b6f1e71f99917dbee3b4df333c4c1b32514 (diff)
update comments a bitv0.12
-rw-r--r--atasmart.h2
1 files changed, 1 insertions, 1 deletions
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