summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2015-01-31 02:32:30 +0100
committerRadek Podgorny <radek@podgorny.cz>2015-01-31 02:32:30 +0100
commit6887579189a95e124af71a4b66e76b7a5a4862d7 (patch)
treee1e85e702f26684c04b036f9f79b447144e0c0aa
parentab1a6be1d3f6c4dde8d96d703b49d96322e0d976 (diff)
parentcb457e6beb7f9196117ff1787d6e5dade47ad963 (diff)
downloadunionfs-fuse-git-6887579189a95e124af71a4b66e76b7a5a4862d7.tar.gz
Merge pull request #11 from phhusson/master
Typo. errno is EACCES
-rw-r--r--src/findbranch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbranch.c b/src/findbranch.c
index 6fe0eb9..3d0ccf5 100644
--- a/src/findbranch.c
+++ b/src/findbranch.c
@@ -17,7 +17,7 @@
* in lower level branches. If neither path nor the corresponding whiteout
* have been found, we do the test the next branch and so on.
* If a file was found, but it is on a read-only branch and a read-write
-* branch was requested we return EACCESS. On the other hand we ignore
+* branch was requested we return EACCES. On the other hand we ignore
* directories on read-only branches, since the directory in the higher
* level branch doesn't prevent the user can later on see the file on the
* lower level branch - so no problem to create path in the lower level