Skip to content

Commit c2e0a6d

Browse files
author
Can Guler
authored
Fix a typo. (#2826)
1 parent 7c03793 commit c2e0a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmain/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ func (b *benchOpts) generateFeatures(featuresNum []int) []stats.Features {
533533
// curPos and initialPos are two slices where each value acts as an index
534534
// into the appropriate feature slice maintained in benchOpts.features. This
535535
// loop generates all possible combinations of features by changing one value
536-
// at a time, and once curPos becomes equal to intialPos, we have explored
536+
// at a time, and once curPos becomes equal to initialPos, we have explored
537537
// all options.
538538
var result []stats.Features
539539
var curPos []int

0 commit comments

Comments
 (0)