From: David Symonds Date: Sun, 3 May 2009 00:59:42 +0000 (-0700) Subject: Fix mismatched quote in a comment. X-Git-Tag: weekly.2009-11-06~1723 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fc51a98ffb1667a55e82784737df37b07f001d40;p=gostls13.git Fix mismatched quote in a comment. R=gri APPROVED=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28184 CL=28192 --- diff --git a/src/lib/bignum.go b/src/lib/bignum.go index 7aeda43d1a..b9ea66587a 100755 --- a/src/lib/bignum.go +++ b/src/lib/bignum.go @@ -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.