fix typo; compliment -> complement.

PR:		22840
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
Ben Smithurst 2000-11-16 12:19:19 +00:00
parent 3e8a697e32
commit d5c58b9b78

View File

@ -143,11 +143,11 @@ Right button status; set if pressed.
Left button status; set if pressed. Left button status; set if pressed.
.El .El
.It Byte 2 .It Byte 2
Horizontal movement count in two's compliment; Horizontal movement count in two's complement;
-256 through 255. -256 through 255.
Note that the sign bit is in the first byte. Note that the sign bit is in the first byte.
.It Byte 3 .It Byte 3
Vertical movement count in two's compliment; Vertical movement count in two's complement;
-256 through 255. -256 through 255.
Note that the sign bit is in the first byte. Note that the sign bit is in the first byte.
.El .El