projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff1e00
)
Fix a grammatical error.
author
Jay Hankins
<jay-hankins@users.noreply.github.com>
Sun, 4 Dec 2016 17:13:25 +0000
(12:13 -0500)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 4 Dec 2016 19:04:10 +0000
(11:04 -0800)
example/passthrough.c
patch
|
blob
|
history
diff --git
a/example/passthrough.c
b/example/passthrough.c
index fbc1597268c4ef32f36e0e02dca8b96bd34a79ac..15f424a8b3f1a8a8d38c00e364b2ae7b62a92487 100644
(file)
--- 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
*