Skip to content

Commit 5d2d08d

Browse files
author
Chun-Heng Tai
committed
fix comment
1 parent 3d157db commit 5d2d08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/windows/win32_window.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Win32Window::MessageHandler(HWND hwnd, UINT const message, WPARAM const wparam,
115115
}
116116
return 0;
117117

118-
// Messages directly forward to embedding.
118+
// Messages that are directly forwarded to embedding.
119119
case WM_FONTCHANGE:
120120
SendMessage(child_content_, WM_FONTCHANGE, NULL, NULL);
121121
return 0;

0 commit comments

Comments
 (0)