File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1871,7 +1871,7 @@ func makeInterfaceArshaler(t reflect.Type) *arshaler {
18711871 return & fncs
18721872}
18731873
1874- // isAnyType reports wether t is equivalent to the any interface type.
1874+ // isAnyType reports whether t is equivalent to the any interface type.
18751875func isAnyType (t reflect.Type ) bool {
18761876 // This is forward compatible if the Go language permits type sets within
18771877 // ordinary interfaces where an interface with zero methods does not
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ func writeSIMDFeatures(ops []Operation) *bytes.Buffer {
561561 }
562562 featureSet := make (map [featureKey ]struct {})
563563 for _ , op := range ops {
564- // Generate a feature check for each independant feature in a
564+ // Generate a feature check for each independent feature in a
565565 // composite feature.
566566 for feature := range strings .SplitSeq (op .CPUFeature , "," ) {
567567 feature = strings .TrimSpace (feature )
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ func (op Operation) GoType() string {
378378}
379379
380380// ImmName returns the name to use for an operation's immediate operand.
381- // This can be overriden in the yaml with "name" on an operand,
381+ // This can be overridden in the yaml with "name" on an operand,
382382// otherwise, for now, "constant"
383383func (op Operation ) ImmName () string {
384384 return op .Op0Name ("constant" )
You can’t perform that action at this time.
0 commit comments