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:
David Symonds 2009-05-02 17:59:42 -07:00
parent be827826ef
commit fc51a98ffb

View File

@ -364,7 +364,7 @@ func div1(z, x []digit2, y digit2) digit2 {
// used here.
//
// 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)
//
// 2) Henry S. Warren, Jr., Hacker's Delight. Addison-Wesley, 2003.