From: Frédéric Delanoy Subject: user32: Fix a typo in a comment Message-Id: <1463600764-10863-1-git-send-email-frederic.delanoy@gmail.com> Date: Wed, 18 May 2016 21:46:02 +0200 Signed-off-by: Frédéric Delanoy --- dlls/user32/combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c index c9b969f..143d992 100644 --- a/dlls/user32/combo.c +++ b/dlls/user32/combo.c @@ -416,7 +416,7 @@ static void CBCalcPlacement( /* * In the case of a dropdown, the popup listbox is offset to the right. - * so, we want to make sure it's flush with the right side of the + * so, we want to make sure it's flushed with the right side of the * combobox */ if( CB_GETTYPE(lphc) == CBS_DROPDOWN ) -- 2.8.2