There was an error while loading. Please reload this page.
1 parent 7c03793 commit c2e0a6dCopy full SHA for c2e0a6d
benchmark/benchmain/main.go
@@ -533,7 +533,7 @@ func (b *benchOpts) generateFeatures(featuresNum []int) []stats.Features {
533
// curPos and initialPos are two slices where each value acts as an index
534
// into the appropriate feature slice maintained in benchOpts.features. This
535
// 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
+// at a time, and once curPos becomes equal to initialPos, we have explored
537
// all options.
538
var result []stats.Features
539
var curPos []int
0 commit comments