From 5ec4d7b8ae0c50ef5f7463f4d622597ab9fb37bc Mon Sep 17 00:00:00 2001
From: Ulrich Sibiller <uli42@gmx.de>
Date: Mon, 15 Nov 2021 10:48:47 +0100
Subject: Clipboard.c: fix some comments

---
 nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index fe0267ab5..a45cab01e 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -877,8 +877,9 @@ void invalidateTargetCaches(void)
 
 /*
  * This is called from Events.c dispatch loop on reception of a
- * SelectionClear event. We receive this event if someone on the real
- * X server claims the selection ownership we have/had.
+ * SelectionClear or XFixes selection event from the real X
+ * server. We receive this event if someone on the real X server
+ * claims the selection ownership we have/had.
  * Three versions of this routine with different parameter types.
  */
 void nxagentHandleSelectionClearFromXServerByIndex(int index)
@@ -1144,7 +1145,7 @@ void nxagentHandleSelectionRequestFromXServer(XEvent *X)
        * SelectionRequests. Further it can happen that multiple
        * clients are interested in clipboard content. If we already
        * know the answer and no intermediate SelectionOwner event
-       * occured we can answer with the cached list of targets.
+       * occurred we can answer with the cached list of targets.
        */
 
       if (targetCache[index].type == FOR_REMOTE && targetCache[index].forRemote)
@@ -2642,7 +2643,7 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
        * SelectionRequests. Further it can happen that multiple
        * clients are interested in clipboard content. If we already
        * know the answer and no intermediate SelectionOwner event
-       * occured we can answer with the cached list of targets.
+       * occurred we can answer with the cached list of targets.
        */
 
       if (targetCache[index].type == FOR_LOCAL && targetCache[index].forLocal)
-- 
cgit v1.2.3