]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/xtypes.h
Xtype docs: Fixed a typo
[libucw.git] / ucw / xtypes.h
index da7d253764c3505b38ec26fcfc7ea914c679372a..f1fc406184642779e7b9c289627ffc754df7e1e2 100644 (file)
@@ -150,7 +150,7 @@ extern const struct xtype xt_uintmax;
 
 /**
  * Each unit is defined by a conversion ratio, which is a fraction with 64-bit numerator
- * and denominator. Therefore, a value of 'x' units is interpreted as 'x' * 'num' / 'denon'.
+ * and denominator. Therefore, a value of 'x' units is interpreted as 'x' * 'num' / 'denom'.
  **/
 struct unit_definition {
   const char *unit;            // Symbol (name of the unit, as appended to values)