patch 9.1.1486: documentation issues with Wayland

Problem:  documentation issues with Wayland
          (after v9.1.1485)
Solution: Tweak documentation style. Capitalize the first letter of
          Wayland (Hirohito Higashi)

related: #17619

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/globals.h b/src/globals.h
index 31fbf4f..f8b8ade 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -2079,7 +2079,7 @@
 
 #ifdef FEAT_WAYLAND
 
-// Don't connect to wayland compositor if TRUE
+// Don't connect to Wayland compositor if TRUE
 EXTERN int wayland_no_connect INIT(= FALSE);
 
 // Wayland display name (ex. wayland-0). Can be NULL