]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/dsa: add missing period in package comment
authorRobert Griesemer <gri@golang.org>
Fri, 17 Feb 2012 22:48:44 +0000 (14:48 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 17 Feb 2012 22:48:44 +0000 (14:48 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5673087

src/pkg/crypto/dsa/dsa.go

index f7c47831790d9d059e53a90ceb89a154b8074117..05766a2f13684411e927eef28dd48ee28b11fd80 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3
+// Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.
 package dsa
 
 import (