summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech Piekutowski <wojciech@piekutowski.net>2011-04-12 23:29:56 +0200
committerWojciech Piekutowski <wojciech@piekutowski.net>2011-04-12 23:29:56 +0200
commit8de2535ca53e43681d6a9b13708a3d72a67c1803 (patch)
treedc239964ab5553b9930419b6c34f0ecbb23b27ee
parentdfed92851e32b687c586793669bbf82a9dd21675 (diff)
Comment on difference between SMALL_PERCENT and PERCENT attribute units
-rw-r--r--atasmart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atasmart.h b/atasmart.h
index 4aa0589..0808b25 100644
--- a/atasmart.h
+++ b/atasmart.h
@@ -134,7 +134,7 @@ typedef enum SkSmartAttributeUnit {
SK_SMART_ATTRIBUTE_UNIT_SECTORS,
SK_SMART_ATTRIBUTE_UNIT_MKELVIN, /* millikelvin */
SK_SMART_ATTRIBUTE_UNIT_SMALL_PERCENT, /* percentage with 3 decimal points */
- SK_SMART_ATTRIBUTE_UNIT_PERCENT,
+ SK_SMART_ATTRIBUTE_UNIT_PERCENT, /* integer percentage */
SK_SMART_ATTRIBUTE_UNIT_MB,
_SK_SMART_ATTRIBUTE_UNIT_MAX