Skip to content

Commit

Permalink
lib: correct link to the original source for div64_u64
Browse files Browse the repository at this point in the history
Signed-off-by: Akinobu Mita <[email protected]>
Cc: Jiri Kosina <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
mita authored and Jiri Kosina committed Jun 28, 2012
1 parent 8b7d133 commit 422aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/div64.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ EXPORT_SYMBOL(div_s64_rem);
* by the book 'Hacker's Delight'. The original source and full proof
* can be found here and is available for use without restriction.
*
* 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c'
* 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt'
*/
#ifndef div64_u64
u64 div64_u64(u64 dividend, u64 divisor)
Expand Down

0 comments on commit 422aa27

Please sign in to comment.