Whamcloud - gitweb
LUDOC 299 protocol: Spell-check document
[doc/protocol.git] / struct_mdt_rec_reint.txt
index 2a443e1..b1f11ec 100644 (file)
@@ -3,12 +3,12 @@ Generic MDS_REINT
 [[struct-mdt-rec-reint]]
 
 An 'mdt_rec_reint' structure specifies the generic form for MDS_REINT
-requests. Each sub-operation, as defned by the 'rr_opcode' field, has
+requests. Each sub-operation, as defined by the 'rr_opcode' field, has
 its own variant of this structure. Each variant has the same size as
 the generic 'mdt_rec_reint', but interprets its fields slightly
 differently.  Note that in order for swabbing to take place correctly
 the sequence of field sizes must the same in every variant as it is in
-the generic version (not just the overal size of the sturcture).
+the generic version (not just the overall size of the structure).
 
 [source,c]
 ----