diff options
author | Sebastian Lackner | 2019-01-05 02:10:03 +0100 |
---|---|---|
committer | rfjakob | 2019-01-05 12:27:55 +0100 |
commit | f17721c364a522f87b3351a73676405d44b955f6 (patch) | |
tree | a7583b430740494d6eb2b28c90e6bfd76faedd3b /tests/test_helpers/mount_unmount.go | |
parent | 8c35235c34448e7d03a36d6109d5de93c22c0054 (diff) |
A few more spelling fixes.
Diffstat (limited to 'tests/test_helpers/mount_unmount.go')
-rw-r--r-- | tests/test_helpers/mount_unmount.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_helpers/mount_unmount.go b/tests/test_helpers/mount_unmount.go index 0a3bc1b..1d43418 100644 --- a/tests/test_helpers/mount_unmount.go +++ b/tests/test_helpers/mount_unmount.go @@ -123,8 +123,8 @@ func UnmountPanic(dir string) { } // gocryptfs may hold up to maxCacheFds open for caching -// Keen in sync with fusefrontend.dirCacheSize -// TODO: How to share this constant without causing in import cycle?! +// Keep in sync with fusefrontend.dirCacheSize +// TODO: How to share this constant without causing an import cycle?! const maxCacheFds = 3 // UnmountErr tries to unmount "dir", retrying 10 times, and returns the |