aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mateusz UrbaƄczyk <murbanczyk@qed.ai>2018-01-15 21:45:54 +0100
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2018-01-15 20:45:54 +0000
commit917e72973dd589c8b20f6b00ac20013094e2bba0 (patch)
treeea64f0ac39438365d8d12d33e0baafc765f1ab3b
parenta83cd72f641671b71b8268b1765e449cae071f3e (diff)
Fix typo in "passthrough" docstring (#229)
-rw-r--r--example/passthrough_ll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c
index 711c926..7ebf807 100644
--- a/example/passthrough_ll.c
+++ b/example/passthrough_ll.c
@@ -12,7 +12,7 @@
* system, starting at the root file system. This is implemented by
* just "passing through" all requests to the corresponding user-space
* libc functions. In contrast to passthrough.c and passthrough_fh.c,
- * this implementation ises the low-level API. Its performance should
+ * this implementation uses the low-level API. Its performance should
* be the least bad among the three, but many operations are not
* implemented. In particular, it is not possible to remove files (or
* directories) because the code necessary to defer actual removal