From d6d3e50a51fb97d9f9188ceb1bed01cfbc8133a0 Mon Sep 17 00:00:00 2001 From: Jay Hankins Date: Sun, 4 Dec 2016 12:13:25 -0500 Subject: Fix a grammatical error. --- example/passthrough.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- cgit v1.2.3