From bcc8378a2c07476a43c1fe316b79590177ded3d3 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 8 Apr 2018 20:24:29 +0200 Subject: Fix the easy golint warnings Reported by https://goreportcard.com/report/github.com/rfjakob/gocryptfs --- mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mount.go') diff --git a/mount.go b/mount.go index 4bac80e..54ceedc 100644 --- a/mount.go +++ b/mount.go @@ -284,7 +284,7 @@ func initGoFuse(fs pathfs.FileSystem, args *argContainer) *fuse.Server { // sync.Pool buffer pools are sized acc. to the default. Users may set // the kernel constant higher, and Synology NAS kernels are known to // have it >128kiB. We cannot handle more than 128kiB, so we tell - // the kernel to limit the size explicitely. + // the kernel to limit the size explicitly. MaxWrite: fuse.MAX_KERNEL_WRITE, Options: []string{fmt.Sprintf("max_read=%d", fuse.MAX_KERNEL_WRITE)}, } -- cgit v1.2.3