summaryrefslogtreecommitdiff
path: root/lib9p
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-12-20 00:36:47 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-12-26 18:15:58 -0700
commit3d02c7b07286b76dfe3b00dee0918749f383eb84 (patch)
treedea1212c8ba81bd7cee150852635f8b35c978256 /lib9p
parent820540bd706214eee1ae27bb01e6ff5496679880 (diff)
lib9p: 9P2000.9p: Fix a typo in a comment
Diffstat (limited to 'lib9p')
-rw-r--r--lib9p/idl/2002-9P2000.9p2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/idl/2002-9P2000.9p b/lib9p/idl/2002-9P2000.9p
index fb7c428..c83f439 100644
--- a/lib9p/idl/2002-9P2000.9p
+++ b/lib9p/idl/2002-9P2000.9p
@@ -104,7 +104,7 @@ struct stat = "stat_size[2,val=end-&kern_type]"
# "O"pen flags (flags to pass to Topen and Tcreate)
bitfield o = 1
"0=mode_0" # low bit of the 2-bit READ/WRITE/RDWR/EXEC enum
- "1=mode_1" # high bit of the 2-bit READ/WRITE/RDWR/EXEC enum"
+ "1=mode_1" # high bit of the 2-bit READ/WRITE/RDWR/EXEC enum
#"2=unused"
#"3=unused"
"4=TRUNC"