]> Cypherpunks repositories - gostls13.git/commitdiff
Fix mismatched quote in a comment.
authorDavid Symonds <dsymonds@golang.org>
Sun, 3 May 2009 00:59:42 +0000 (17:59 -0700)
committerDavid Symonds <dsymonds@golang.org>
Sun, 3 May 2009 00:59:42 +0000 (17:59 -0700)
R=gri
APPROVED=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=28184
CL=28192

src/lib/bignum.go

index 7aeda43d1a0274d75bdb195eb218d31b45935806..b9ea66587aeb81a5f0fb10344af0c9af6345945a 100755 (executable)
@@ -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.