summaryrefslogtreecommitdiff
path: root/lib9p/idl/2003-9P2000.p9p.9p
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/idl/2003-9P2000.p9p.9p')
-rw-r--r--lib9p/idl/2003-9P2000.p9p.9p2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/idl/2003-9P2000.p9p.9p b/lib9p/idl/2003-9P2000.p9p.9p
index 3f6a524..1d1c307 100644
--- a/lib9p/idl/2003-9P2000.p9p.9p
+++ b/lib9p/idl/2003-9P2000.p9p.9p
@@ -27,7 +27,7 @@ from ./2002-9P2000.9p import *
# e.g. you replace syscall:`open()` with lib9pclient:`fsopen()`).
#
# "Unfortunately", programs in plan9port must deal both with 9P files
-# and native "Unix" files; and need to turn an 9P FID into a native
+# and native "Unix" files; and need to turn a 9P FID into a native
# file descriptor. To do this, the `9pserve` program and lib9pclient
# add an extension call to 9P2000: Topenfd/Ropenfd/fsopenfd().
#