clarify
[libreriscv.git] / isa_conflict_resolution / ioctl.mdwn
index c04e2c01e34b3db42f35a4ab3f413908b5693e05..f2c0f110ac73553fb75a5b7f486cca556b42dc58 100644 (file)
@@ -94,7 +94,7 @@ based on what the global state for that numbered "ioctl" has been set to:
         else:
             raise Exception("undefined opcode")
 
-Note that the "ioctl" receives all r-type bits (31:7) with the exception of the
+Note that the "ioctl" receives all R-type bits (31:7) with the exception of the
 opcode (6:0).
 
 === RB ==