chore: fix some function names in comments

Signed-off-by: blackflytech <blackflytech@outlook.com>
This commit is contained in:
blackflytech
2026-07-02 11:30:15 +01:00
committed by Nick Craig-Wood
parent 761af75a25
commit b12251f07f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type vfsHandler struct {
*vfs.VFS
}
// vfsHandler returns a Handlers object with the test handlers.
// newVFSHandler returns a Handlers object with the test handlers.
func newVFSHandler(vfs *vfs.VFS) sftp.Handlers {
v := vfsHandler{VFS: vfs}
return sftp.Handlers{