mirror of
https://github.com/golang/go.git
synced 2025-05-22 16:09:37 +00:00
Fix mismatched quote in a comment.
R=gri APPROVED=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28184 CL=28192
This commit is contained in:
parent
be827826ef
commit
fc51a98ffb
@ -364,7 +364,7 @@ func div1(z, x []digit2, y digit2) digit2 {
|
|||||||
// used here.
|
// used here.
|
||||||
//
|
//
|
||||||
// 1) D. Knuth, The Art of Computer Programming. Volume 2. Seminumerical
|
// 1) D. Knuth, The Art of Computer Programming. Volume 2. Seminumerical
|
||||||
// Algorithms." Addison-Wesley, Reading, 1969.
|
// Algorithms. Addison-Wesley, Reading, 1969.
|
||||||
// (Algorithm D, Sec. 4.3.1)
|
// (Algorithm D, Sec. 4.3.1)
|
||||||
//
|
//
|
||||||
// 2) Henry S. Warren, Jr., Hacker's Delight. Addison-Wesley, 2003.
|
// 2) Henry S. Warren, Jr., Hacker's Delight. Addison-Wesley, 2003.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user