summaryrefslogtreecommitdiffstats
path: root/hugofs
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go
index 1ddb98214..f79c927db 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -44,7 +44,7 @@ func NewDefault(cfg config.Provider) *Fs {
return newFs(fs, cfg)
}
-// NewDefault creates a new Fs with the MemMapFs
+// NewMem creates a new Fs with the MemMapFs
// as source and destination file systems.
// Useful for testing.
func NewMem(cfg config.Provider) *Fs {