fs: fix a typo in a comment

This commit is contained in:
Dimitri Papadopoulos
2023-11-16 17:15:00 +00:00
committed by Nick Craig-Wood
parent 6b60e09ff2
commit e9763552f7
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/require"
)
// Check it satisfies the interfac(
// Check it satisfies the interfaces
var (
_ flagger = (*LogLevel)(nil)
_ flaggerNP = LogLevel(0)