From: Jay Hankins Date: Sun, 4 Dec 2016 17:13:25 +0000 (-0500) Subject: Fix a grammatical error. X-Git-Tag: fuse-3.0.0~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d6d3e50a51fb97d9f9188ceb1bed01cfbc8133a0;p=qemu-gpiodev%2Flibfuse.git Fix a grammatical error. --- 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 *