summaryrefslogtreecommitdiff
path: root/lib9p/idl
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-09 03:19:22 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-13 13:00:58 -0600
commit2eb287e707ed7efb8b77cb0fc9a90d7e24d06bc3 (patch)
tree03dd68b85cb6faf245b2422cc111dc6894bffe95 /lib9p/idl
parent2a9d1f54758988ce23fbd1e9da4f0ad28c0edcbf (diff)
lib9p: srv: Implement p9p version negotiation
I've spent enough time thinking about how I would implement this that I should just get it out of my head and into the code.
Diffstat (limited to 'lib9p/idl')
-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().
#