]> git.sur5r.net Git - u-boot/commitdiff
lib: div64: fix typeo in include/div64.h
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 28 Jun 2018 17:55:46 +0000 (19:55 +0200)
committerTom 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

index cecb2322bcbf0dbc8bc109782a9cc76745dbefa6..76563ef9786a017f7ab3e3c76e4e2526a23b6445 100644 (file)
@@ -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)
 {