Commit 2121bbe49c27b2b2d865fac4e4071c5a90ae90b2

Authored by Heinrich Schuchardt
Committed by Tom Rini
1 parent 94c6a89a99

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

%s/reminder/remainder/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -232,7 +232,7 @@
232 232 #endif /* BITS_PER_LONG */
233 233  
234 234 /* Wrapper for do_div(). Doesn't modify dividend and returns
235   - * the result, not reminder.
  235 + * the result, not remainder.
236 236 */
237 237 static inline uint64_t lldiv(uint64_t dividend, uint32_t divisor)
238 238 {