Fix typo in "passthrough" docstring (#229)
authorMateusz Urbańczyk <murbanczyk@qed.ai>
Mon, 15 Jan 2018 20:45:54 +0000 (21:45 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 15 Jan 2018 20:45:54 +0000 (20:45 +0000)
example/passthrough_ll.c

index 711c926b36e5ce3a8de36a4e284585617def044a..7ebf80714d881c6c9bf93237e7032759e26fd62e 100644 (file)
@@ -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