Commit 11be620b authored by Ryan Guest's avatar Ryan Guest Committed by Han-Wen Nienhuys

fix typo

parent 0ad840cf
......@@ -210,7 +210,7 @@ func (c *FileSystemConnector) Node(parent *Inode, fullPath string) (*Inode, []st
}
// Follows the path from the given parent, doing lookups as
// necesary. The path should be '/' separated without leading slash.
// necessary. The path should be '/' separated without leading slash.
func (c *FileSystemConnector) LookupNode(parent *Inode, path string) *Inode {
if path == "" {
return parent
......
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