dbghelp: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2d62300060
commit
b3c254cd75
|
@ -58,7 +58,7 @@
|
||||||
/* order from highest-order term to lowest-order term. UARTs transmit */
|
/* order from highest-order term to lowest-order term. UARTs transmit */
|
||||||
/* characters in order from LSB to MSB. By storing the CRC this way, */
|
/* characters in order from LSB to MSB. By storing the CRC this way, */
|
||||||
/* we hand it to the UART in the order low-byte to high-byte; the UART */
|
/* we hand it to the UART in the order low-byte to high-byte; the UART */
|
||||||
/* sends each low-bit to hight-bit; and the result is transmission bit */
|
/* sends each low-bit to high-bit; and the result is transmission bit */
|
||||||
/* by bit from highest- to lowest-order term without requiring any bit */
|
/* by bit from highest- to lowest-order term without requiring any bit */
|
||||||
/* shuffling on our part. Reception works similarly. */
|
/* shuffling on our part. Reception works similarly. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue