[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Nbd] [PATCH] Fix doc typos



Fix the spelling of "beef", and the case of an "NBD_REP" constant.

Signed-off-by: Eric Blake <eblake@...696...>
---

I noticed these while reviewing the recent proposed spec additions
for efficient sparse file handling

 doc/proto.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/proto.md b/doc/proto.md
index 463ef8a..6d1cb34 100644
--- a/doc/proto.md
+++ b/doc/proto.md
@@ -21,7 +21,7 @@ an implementational detail of the server.
 In the below protocol descriptions, the label 'C:' is used for messages
 sent by the client, whereas 'S:' is used for messages sent by the
 server).  `monotype text` is for literal character data or (when used in
-comments) constant names, `0xdeadbeaf` is used for literal hex numbers
+comments) constant names, `0xdeadbeef` is used for literal hex numbers
 (which are always sent in network byte order), and (brackets) are used
 for comments. Anything else is a description of the data that is sent.

@@ -307,7 +307,7 @@ of the newstyle negotiation.
     `NBD_REP_ERR_POLICY`. For backwards compatibility, a client should
     also be prepared to handle `NBD_REP_ERR_UNSUP`. If the client sent
     along any data with the request, the server should send back
-    `nbd_REP_ERR_INVALID`.
+    `NBD_REP_ERR_INVALID`.

     This functionality has not yet been implemented by the reference
     implementation, but was implemented by qemu so has been moved out of
-- 
2.5.5




Reply to: