summaryrefslogtreecommitdiff
path: root/lib9p/idl/2003-9P2000.p9p.9p
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-13 13:02:38 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-13 13:02:38 -0600
commitb1fcc4ac2f244dddd869054db5dc6753c099a3e0 (patch)
treef1e5c2c5da7b9e2243b0f8fc3b10576c43d95794 /lib9p/idl/2003-9P2000.p9p.9p
parent2a9d1f54758988ce23fbd1e9da4f0ad28c0edcbf (diff)
parentf5fadabed84c3e6eeedc3f6a399d6c3ac7f71693 (diff)
Merge branch 'lukeshu/9p-versions'
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().
#