aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2024-04-28 13:31:14 +0200
committerUlrich Sibiller <uli42@gmx.de>2024-05-11 18:53:27 +0200
commit79272c6fdc4be9bc1f7171d752451d9719af63b5 (patch)
tree98f61958e85d8a00afae8c2ae17af73a04068f5a /nx-X11
parent35544d4cdaa0e47738d0123ff751676493de948b (diff)
downloadnx-libs-79272c6fdc4be9bc1f7171d752451d9719af63b5.tar.gz
nx-libs-79272c6fdc4be9bc1f7171d752451d9719af63b5.tar.bz2
nx-libs-79272c6fdc4be9bc1f7171d752451d9719af63b5.zip
GC.c: improve comment
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/GC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/GC.c b/nx-X11/programs/Xserver/hw/nxagent/GC.c
index 46dc758d1..56d3f7079 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/GC.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/GC.c
@@ -1251,7 +1251,7 @@ static Bool nxagentCompareRegions(RegionPtr r1, RegionPtr r2)
}
/*
- * This function have to be called in the place of GetScratchGC if the
+ * This function has to be called in place of GetScratchGC if the
* GC will be used to perform operations also on the remote X Server.
* This is why we call the XChangeGC at the end of the function.
*/