diff options
Diffstat (limited to 'libgo/go/crypto/hmac/hmac_test.go')
-rw-r--r-- | libgo/go/crypto/hmac/hmac_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/hmac/hmac_test.go b/libgo/go/crypto/hmac/hmac_test.go index 40adbad0408..bcae63b8af8 100644 --- a/libgo/go/crypto/hmac/hmac_test.go +++ b/libgo/go/crypto/hmac/hmac_test.go @@ -190,7 +190,7 @@ func TestHMAC(t *testing.T) { continue } - // Repetive Sum() calls should return the same value + // Repetitive Sum() calls should return the same value for k := 0; k < 2; k++ { sum := fmt.Sprintf("%x", h.Sum()) if sum != tt.out { |