diff options
Diffstat (limited to 'core/units.h')
-rw-r--r-- | core/units.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/units.h b/core/units.h index 0e2c2b2e3..60475b75c 100644 --- a/core/units.h +++ b/core/units.h @@ -106,12 +106,12 @@ typedef struct typedef struct { - uint32_t mkelvin; // up to 4 MdegK (temperatures in K are always positive) + uint32_t mkelvin; // up to 4 MK (temperatures in K are always positive) } temperature_t; typedef struct { - uint64_t mkelvin; // up to 18446744073 MdegK (temperatures in K are always positive) + uint64_t mkelvin; // up to 18446744073 MK (temperatures in K are always positive) } temperature_sum_t; typedef struct |