diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-02 15:46:09 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-02 15:53:20 -0600 |
commit | 227a8d2f2a7e104460399ad24b3b2963f0842e86 (patch) | |
tree | 71455b7aee224b53ffa9104baea59532fa7b9bfa | |
parent | 7a71f8ca21aea7e554e66ddd08eaed073db9c400 (diff) |
lib9p: idl: Fix a typo in a comment
-rw-r--r-- | lib9p/idl/2002-9P2000.9p | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/idl/2002-9P2000.9p b/lib9p/idl/2002-9P2000.9p index 36a2427..2b51612 100644 --- a/lib9p/idl/2002-9P2000.9p +++ b/lib9p/idl/2002-9P2000.9p @@ -79,7 +79,7 @@ bitfield qt = 1 # # - "path" is a unique uint64_t that does most of the work in the # above statement about files being the same if their QIDs are the -# same; " If a file is deleted and recreated with the same name in +# same; "If a file is deleted and recreated with the same name in # the same directory, the old and new path components of the qids # should be different" # |