Skip to content

Commit

Permalink
Spelling (#28)
Browse files Browse the repository at this point in the history
* spelling: directories
* spelling: highway

Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored Dec 27, 2024
1 parent d7d7e9b commit 62e677f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func ExampleNew64() {
lookupMap := make(map[uint64]string, len(dir))
for _, file := range dir {
if file.IsDir() {
continue // skip sub-directroies in our example
continue // skip sub-directories in our example
}
address, err := AddressOf(key, file.Name())
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion highwayhash_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
if useSVE {
if vl, _ := getVectorLength(); vl != 256 {
//
// Since HighwahHash is designed for AVX2,
// Since HighwayHash is designed for AVX2,
// SVE/SVE2 instructions only run correctly
// for vector length of 256
//
Expand Down

0 comments on commit 62e677f

Please sign in to comment.