From 02a5984f98115ab70c1075591d38a19881995625 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 15 Mar 2025 12:47:40 +0800 Subject: [PATCH] ; * src/w32.c (term_ntproc): Fix capitalization of commentary. (cherry picked from commit 88e30e1ac5a154d9828954f8052e1a04aed15999) --- src/w32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w32.c b/src/w32.c index 567a1894df8..d7bf173ce25 100644 --- a/src/w32.c +++ b/src/w32.c @@ -10462,11 +10462,11 @@ term_ntproc (int ignored) term_timers (); - /* shutdown the socket interface if necessary. */ + /* Shut down the socket interface if necessary. */ term_winsock (); term_w32select (); - /* exit all worker threads of sys_select if necessary. */ + /* Exit all worker threads of sys_select if necessary. */ free_wait_pool (); #if HAVE_NATIVE_IMAGE_API w32_gdiplus_shutdown (); -- 2.39.5