提交 2121bbe4 编写于 作者: H Heinrich Schuchardt 提交者: Tom Rini

lib: div64: fix typeo in include/div64.h

%s/reminder/remainder/
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
上级 94c6a89a
......@@ -232,7 +232,7 @@ extern uint32_t __div64_32(uint64_t *dividend, uint32_t divisor);
#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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册