From: Po Lu Date: Sat, 15 Mar 2025 04:47:40 +0000 (+0800) Subject: ; * src/w32.c (term_ntproc): Fix capitalization of commentary. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02a5984f98115ab70c1075591d38a19881995625;p=emacs.git ; * src/w32.c (term_ntproc): Fix capitalization of commentary. (cherry picked from commit 88e30e1ac5a154d9828954f8052e1a04aed15999) --- 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 ();