From 09395973670d02710885cce266a8b4da943bb423 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 22 Jul 2017 22:20:05 +0200 Subject: [PATCH] Xtype docs: Fixed a typo --- ucw/xtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/xtypes.h b/ucw/xtypes.h index da7d2537..f1fc4061 100644 --- a/ucw/xtypes.h +++ b/ucw/xtypes.h @@ -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) -- 2.39.2