From 28f41863ca8f262d88a303ff3927a90b133ea0b1 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 24 Mar 2015 15:10:02 +1100 Subject: [PATCH] Updated errors.go. --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.go b/errors.go index 8bbd7ca..316234f 100644 --- a/errors.go +++ b/errors.go @@ -22,7 +22,7 @@ import ( const ( // Errors corresponding to kernel error numbers. These may be treated - // specially when returned by a FileSystem method. + // specially by fuseops.Op.Respond methods. EINVAL = bazilfuse.Errno(syscall.EINVAL) EIO = bazilfuse.EIO ENOENT = bazilfuse.ENOENT