Explorar el Código

blake2s,blake2b: fix typo in package doc

Change-Id: I6c33e69dc3e45d86843861973952d6f11c0fae88
Reviewed-on: https://go-review.googlesource.com/31397
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Andreas Auernhammer hace 9 años
padre
commit
c367d6eeb7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      blake2b/blake2b.go
  2. 1 1
      blake2s/blake2s.go

+ 1 - 1
blake2b/blake2b.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 blake2b implemnets the BLAKE2b hash algorithm as
+// Package blake2b implements the BLAKE2b hash algorithm as
 // defined in RFC 7693.
 package blake2b
 

+ 1 - 1
blake2s/blake2s.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 blake2s implemnets the BLAKE2s hash algorithm as
+// Package blake2s implements the BLAKE2s hash algorithm as
 // defined in RFC 7693.
 package blake2s