Commit 30e96b91 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix comment.

parent 0d66ca07
...@@ -9,7 +9,7 @@ var _ = log.Println ...@@ -9,7 +9,7 @@ var _ = log.Println
// The inode reflects the kernel's idea of the inode. Inodes may be // The inode reflects the kernel's idea of the inode. Inodes may be
// created automatically when the kernel does lookups inode, or by // created automatically when the kernel does lookups inode, or by
// explicitly by calling Inode.CreateChild(). // explicitly by calling Inode.New().
type Inode struct { type Inode struct {
handled Handled handled Handled
......
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