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/os_unix.c b/src/os_unix.c
index bf07b38..9fd6436 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -1319,7 +1319,7 @@
 	|| defined(FEAT_WAYLAND_CLIPBOARD))
 /*
  * Called when Vim is going to sleep or execute a shell command.
- * We can't respond to requests for the X or wayland selections.
+ * We can't respond to requests for the X or Wayland selections.
  * Lose them, otherwise other applications will hang.  But first
  * copy the text to cut buffer 0 (for X11). Wayland users must have
  * a clipboard manager to replicate such behaviour.
@@ -5608,7 +5608,7 @@
 		    clip_update();
 # endif
 #ifdef FEAT_WAYLAND
-		    // Handle wayland events such as sending data as the source
+		    // Handle Wayland events such as sending data as the source
 		    // client.
 		    wayland_client_update();
 #endif
@@ -5682,7 +5682,7 @@
 		    clip_update();
 #endif
 #ifdef FEAT_WAYLAND
-		    // Handle wayland events such as sending data as the source
+		    // Handle Wayland events such as sending data as the source
 		    // client.
 		    wayland_client_update();
 #endif