projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c6a89
)
lib: div64: fix typeo in include/div64.h
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 28 Jun 2018 17:55:46 +0000
(19:55 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 29 Jun 2018 15:30:39 +0000
(11:30 -0400)
%s/reminder/remainder/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/div64.h
patch
|
blob
|
history
diff --git
a/include/div64.h
b/include/div64.h
index cecb2322bcbf0dbc8bc109782a9cc76745dbefa6..76563ef9786a017f7ab3e3c76e4e2526a23b6445 100644
(file)
--- a/
include/div64.h
+++ b/
include/div64.h
@@
-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 rem
a
inder.
*/
static inline uint64_t lldiv(uint64_t dividend, uint32_t divisor)
{