Commit 32297eb3 authored by Johannes Brüderl's avatar Johannes Brüderl Committed by Han-Wen Nienhuys

fix minor typo/linter error

according to golint, comments of a type must start with the type name
- case sensitive.
parent dd5622fc
......@@ -21,7 +21,7 @@ import (
// Tests should set to true.
var paranoia = false
// FilesystemConnector translates the raw FUSE protocol (serialized
// FileSystemConnector translates the raw FUSE protocol (serialized
// structs of uint32/uint64) to operations on Go objects representing
// files and directories.
type FileSystemConnector struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment