aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorGravatar Jay Hankins <jay-hankins@users.noreply.github.com>2016-12-04 12:13:25 -0500
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-12-04 11:04:10 -0800
commitd6d3e50a51fb97d9f9188ceb1bed01cfbc8133a0 (patch)
tree189598bb299ecdc105d2326896ce063af7b9fe14 /example
parent0ff1e001e8c422756312c397f277c717f2770cec (diff)
Fix a grammatical error.
Diffstat (limited to 'example')
-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
*