From 5dfff05adef9b1e09cff350c2dc551fdac6d227a Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 8 Oct 2024 18:07:27 -0600 Subject: lib9p: Fix a comment --- lib9p/9P2000.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib9p') diff --git a/lib9p/9P2000.txt b/lib9p/9P2000.txt index 5302f2b..bf7652d 100644 --- a/lib9p/9P2000.txt +++ b/lib9p/9P2000.txt @@ -20,8 +20,8 @@ # https://github.com/ericvh/9p-rfc/blob/master/9p2000.xml # # But due to incompleteness of the draft RFC, the Plan 9 manual -# section-5 and the Plan 9 headers (particularly fcall.h) are a better -# references. +# section-5 and the Plan 9 headers (particularly fcall.h) are often +# better references. version "9P2000" # data (u32le `n`, then `n` bytes of data) -- cgit v1.2.3-2-g168b