dbghelp: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Tue May 3 09:01:50 CDT 2016


-------------- next part --------------
From 9759757e8ff9be150a13c058168acc84ded0bc91 Mon Sep 17 00:00:00 2001
Message-Id: <9759757e8ff9be150a13c058168acc84ded0bc91.1462283961.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Tue, 3 May 2016 16:58:33 +0300
Subject: [PATCH] dbghelp: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/dbghelp/crc32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dbghelp/crc32.c b/dlls/dbghelp/crc32.c
index e1f604e..f05d5d6 100644
--- a/dlls/dbghelp/crc32.c
+++ b/dlls/dbghelp/crc32.c
@@ -58,7 +58,7 @@
 /* order from highest-order term to lowest-order term.  UARTs transmit */
 /* 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 */
-/* 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 */
 /* shuffling on our part.  Reception works similarly.                  */
 
-- 
2.5.5



More information about the wine-patches mailing list