Skip to content

Commit 85e29ca

Browse files
[gardening] Fix recently introduced typo: "apend" → "append"
1 parent 29ce0fe commit 85e29ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/Hash.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Hash {
5555
func digestFast(inout Res : [UInt8]) {
5656
fillBlock()
5757
hash()
58-
// We use [UInt8] to avoid using String::apend.
58+
// We use [UInt8] to avoid using String::append.
5959
hashStateFast(&Res)
6060
}
6161

0 commit comments

Comments
 (0)