Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62e677f

Browse files
authored
Spelling (#28)
* spelling: directories* spelling: highwaySigned-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parentd7d7e9b commit62e677f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func ExampleNew64() {
8181
lookupMap:=make(map[uint64]string,len(dir))
8282
for_,file:=rangedir {
8383
iffile.IsDir() {
84-
continue// skip sub-directroies in our example
84+
continue// skip sub-directories in our example
8585
}
8686
address,err:=AddressOf(key,file.Name())
8787
iferr!=nil {

‎highwayhash_arm64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func init() {
2424
ifuseSVE {
2525
ifvl,_:=getVectorLength();vl!=256 {
2626
//
27-
// SinceHighwahHash is designed for AVX2,
27+
// SinceHighwayHash is designed for AVX2,
2828
// SVE/SVE2 instructions only run correctly
2929
// for vector length of 256
3030
//

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp