]> mj.ucw.cz Git - libucw.git/commitdiff
Xtype docs: Fixed a typo
authorMartin Mares <mj@ucw.cz>
Sat, 22 Jul 2017 20:20:05 +0000 (22:20 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 22 Jul 2017 20:20:05 +0000 (22:20 +0200)
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)