mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
lib: div64: fix typeo in include/div64.h
%s/reminder/remainder/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
94c6a89a99
commit
2121bbe49c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ extern uint32_t __div64_32(uint64_t *dividend, uint32_t divisor);
|
||||||
#endif /* BITS_PER_LONG */
|
#endif /* BITS_PER_LONG */
|
||||||
|
|
||||||
/* Wrapper for do_div(). Doesn't modify dividend and returns
|
/* 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)
|
static inline uint64_t lldiv(uint64_t dividend, uint32_t divisor)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue