From: Robert Griesemer Date: Fri, 17 Feb 2012 22:48:44 +0000 (-0800) Subject: crypto/dsa: add missing period in package comment X-Git-Tag: weekly.2012-02-22~140 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3063ff5168d11c88b58e125124f84d8ae5d885db;p=gostls13.git crypto/dsa: add missing period in package comment R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5673087 --- diff --git a/src/pkg/crypto/dsa/dsa.go b/src/pkg/crypto/dsa/dsa.go index f7c4783179..05766a2f13 100644 --- a/src/pkg/crypto/dsa/dsa.go +++ b/src/pkg/crypto/dsa/dsa.go @@ -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 (