commit | 073c05e8587e3ec68a84635f1ec34978932fedcc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 28 19:55:46 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 29 11:30:39 2018 -0400 |
tree | 822165c8ef30ff1f2e78856d1300fa630fe2824e | |
parent | 7afce44e55ff1c449df711afbb0cb674f56bcd3a [diff] |
lib: div64: fix typeo in include/div64.h %s/reminder/remainder/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/include/div64.h b/include/div64.h index cecb232..76563ef 100644 --- a/include/div64.h +++ b/include/div64.h
@@ -232,7 +232,7 @@ #endif /* BITS_PER_LONG */ /* Wrapper for do_div(). Doesn't modify dividend and returns - * the result, not reminder. + * the result, not remainder. */ static inline uint64_t lldiv(uint64_t dividend, uint32_t divisor) {