Fix a grammatical error.
authorJay Hankins <jay-hankins@users.noreply.github.com>
Sun, 4 Dec 2016 17:13:25 +0000 (12:13 -0500)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 4 Dec 2016 19:04:10 +0000 (11:04 -0800)
example/passthrough.c

index fbc1597268c4ef32f36e0e02dca8b96bd34a79ac..15f424a8b3f1a8a8d38c00e364b2ae7b62a92487 100644 (file)
@@ -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
  *