Skip to content

Commit 84f3576

Browse files
mattnianlancetaylor
authored andcommitted
all: fix typos
Change-Id: Ie08e43ae603cf2c691d51be0bfb5d164c8fd45ff Reviewed-on: https://go-review.googlesource.com/c/crypto/+/337189 Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Cherry Mui <[email protected]>
1 parent c084706 commit 84f3576

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

acme/acme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Package acme provides an implementation of the
66
// Automatic Certificate Management Environment (ACME) spec.
7-
// The intial implementation was based on ACME draft-02 and
7+
// The initial implementation was based on ACME draft-02 and
88
// is now being extended to comply with RFC 8555.
99
// See https://tools.ietf.org/html/draft-ietf-acme-acme-02
1010
// and https://tools.ietf.org/html/rfc8555 for details.

internal/poly1305/sum_s390x.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// value. These limbs are, for the most part, zero extended and
1919
// placed into 64-bit vector register elements. Each vector
2020
// register is 128-bits wide and so holds 2 of these elements.
21-
// Using 26-bit limbs allows us plenty of headroom to accomodate
21+
// Using 26-bit limbs allows us plenty of headroom to accommodate
2222
// accumulations before and after multiplication without
2323
// overflowing either 32-bits (before multiplication) or 64-bits
2424
// (after multiplication).

internal/wycheproof/rsa_pss_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func TestRsaPss(t *testing.T) {
104104
}
105105

106106
// filesOverrideToPassZeroSLen is a map of all test files
107-
// and which TcIds that should be overriden to pass if the
107+
// and which TcIds that should be overridden to pass if the
108108
// rsa.PSSOptions.SaltLength is zero.
109109
// These tests expect a failure with a PSSOptions.SaltLength: 0
110110
// and a signature that uses a different salt length. However,

0 commit comments

Comments
 (0)