aboutsummaryrefslogtreecommitdiff
path: root/example/passthrough.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/passthrough.c')
-rw-r--r--example/passthrough.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/passthrough.c b/example/passthrough.c
index fbc1597..15f424a 100644
--- a/example/passthrough.c
+++ b/example/passthrough.c
@@ -12,7 +12,7 @@
* This file system mirrors the existing file system hierarchy of the
* system, starting at the root file system. This is implemented by
* just "passing through" all requests to the corresponding user-space
- * libc functions. It's performance is terrible.
+ * libc functions. Its performance is terrible.
*
* Compile with
*