aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/init_alg_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/init_alg_test.go')
-rw-r--r--sys/linux/init_alg_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/init_alg_test.go b/sys/linux/init_alg_test.go
index d1c049d12..30dfaf7bd 100644
--- a/sys/linux/init_alg_test.go
+++ b/sys/linux/init_alg_test.go
@@ -126,7 +126,7 @@ func TestTemplateAlg1(t *testing.T) {
// TestTemplateAlg2 tests creation of all templates with 2 argument.
func TestTemplateAlg2(t *testing.T) {
algTest(t)
- // Can't affort to test all permutations of 2 algorithms,
+ // Can't afford to test all permutations of 2 algorithms,
// 20 algorithm pairs for each type pair and use them.
selections := make(map[int][]int)
for typ1, algs1 := range allAlgs {